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