'Declaration
<System.ComponentModel.BrowsableAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/Sets the bottom right point in the navigation area.")> Public Property BottomRight As System.Drawing.PointF
'Usage
Dim instance As NMapNavigator Dim value As System.Drawing.PointF instance.BottomRight = value value = instance.BottomRight
[System.ComponentModel.Browsable(true)] [System.ComponentModel.Description("Gets/Sets the bottom right point in the navigation area.")] public System.Drawing.PointF BottomRight {get; set;}