'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.BrowsableAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/Sets whether the reset arrow should be displayed.")> Public Property ShowResetArrow As System.Boolean
'Usage
Dim instance As NMapNavigator Dim value As System.Boolean instance.ShowResetArrow = value value = instance.ShowResetArrow
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Browsable(true)] [System.ComponentModel.Description("Gets/Sets whether the reset arrow should be displayed.")] public System.bool ShowResetArrow {get; set;}