'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.BrowsableAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/Sets whether the postion will start from the beginning when it reaches the end.")> Public Property IsCyclic As System.Boolean
'Usage
Dim instance As NMapNavigator Dim value As System.Boolean instance.IsCyclic = value value = instance.IsCyclic
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Browsable(true)] [System.ComponentModel.Description("Gets/Sets whether the postion will start from the beginning when it reaches the end.")] public System.bool IsCyclic {get; set;}