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