'Declaration
<System.ComponentModel.CategoryAttribute("Selection")> <System.ComponentModel.DescriptionAttribute("Controls the mode in which the selection operates")> Public Property SelectionMode As DiagramSelectionMode
'Usage
Dim instance As NDrawingViewOptionsCategory Dim value As DiagramSelectionMode instance.SelectionMode = value value = instance.SelectionMode
[System.ComponentModel.Category("Selection")] [System.ComponentModel.Description("Controls the mode in which the selection operates")] public DiagramSelectionMode SelectionMode {get; set;}