Class RubberBandSelectionMode
Specifies how to handle the selected items via rubber band selection.
Inheritance
System.Object
RubberBandSelectionMode
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class RubberBandSelectionMode : Enum
Examples
<SfDiagram SelectedItems="@Sels"> </SfDiagram>
@code
{
DiagramSelectedItems Sels = new DiagramSelectedItems()
{
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 |