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