The rectangle selection options.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public enum RectSelectionMode
Fields
Full selection mode - the bounds of the item should be fully inside the rectangle selection.
C#
Full = 0
Partial selection mode - the bounds of the item should overlap with the rectangle selection.
C#
Partial = 1