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 | Description |
---|---|
RubberBandSelectionMode |
PartialIntersect
Selects the objects that are partially intersected with the selected region.
Declaration
public const RubberBandSelectionMode PartialIntersect
Field Value
Type | Description |
---|---|
RubberBandSelectionMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |