Class RectSelectionMode
The rectangle selection options.
Inheritance
System.Object
RectSelectionMode
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class RectSelectionMode : Enum
Fields
Full
Full selection mode - the bounds of the item should be fully inside the rectangle selection.
Declaration
public const RectSelectionMode Full
Field Value
RectSelectionMode
|
Partial
Partial selection mode - the bounds of the item should overlap with the rectangle selection.
Declaration
public const RectSelectionMode Partial
Field Value
RectSelectionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|