'Declaration
<System.ComponentModel.DefaultValueAttribute(0)> <System.ComponentModel.BrowsableAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/Sets X coordinate in the navigation area.")> Public Property X As System.Single
'Usage
Dim instance As NMapNavigator Dim value As System.Single instance.X = value value = instance.X
[System.ComponentModel.DefaultValue(0)] [System.ComponentModel.Browsable(true)] [System.ComponentModel.Description("Gets/Sets X coordinate in the navigation area.")] public System.float X {get; set;}