menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RubberBandSelectionMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RubberBandSelectionMode

    Defines how to handle the selected items via rubber band selection.

    Inheritance
    System.Object
    RubberBandSelectionMode
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class RubberBandSelectionMode : Enum
    Examples
    <SfDiagramComponent  SelectionSettings="@select" Height="600px" />
     @code
     {
        protected override void OnInitialized()
        {
            DiagramSelectionSettings select = new DiagramSelectionSettings() {RubberBandSelectionMode= RubberBandSelectionMode.CompleteIntersect};
        }
    }

    Fields

    CompleteIntersect

    Selects the objects that are contained within the selected region.

    Declaration
    public const RubberBandSelectionMode CompleteIntersect
    Field Value
    Type
    RubberBandSelectionMode

    PartialIntersect

    Selects the objects that are partially intersected with the selected region.

    Declaration
    public const RubberBandSelectionMode PartialIntersect
    Field Value
    Type
    RubberBandSelectionMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved