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