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
Partial
Partial selection mode - the bounds of the item should overlap with the rectangle selection.
Declaration
public const RectSelectionMode Partial
Field Value
value__
Declaration
public int value__
Field Value
System.
|