RadControls for Silverlight

The rectangle selection options.

Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core (in Telerik.Windows.Diagrams.Core.dll) Version: 2013.2.611.1050

Syntax

C#
public enum RectSelectionMode
Visual Basic
Public Enumeration RectSelectionMode

Members

Member nameValueDescription
Full0 Full selection mode - the bounds of the item should be fully inside the rectangle selection.
Partial1 Partial selection mode - the bounds of the item should overlap with the rectangle selection.

See Also