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