'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the command will indicate with arrow that it contains children commands.")> Public Property ShowArrowStyle As ShowArrowStyle
'Usage
Dim instance As NCommandProperties Dim value As ShowArrowStyle instance.ShowArrowStyle = value value = instance.ShowArrowStyle
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets a value whether the command will indicate with arrow that it contains children commands.")] public ShowArrowStyle ShowArrowStyle {get; set;}