'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Controls the mode in which the selection operates")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property Mode As DiagramSelectionMode
'Usage
Dim instance As NSelection Dim value As DiagramSelectionMode instance.Mode = value value = instance.Mode
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Controls the mode in which the selection operates")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public DiagramSelectionMode Mode {get; set;}