Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NMapNavigator Class / BottomRight Property


In This Topic
    BottomRight Property
    In This Topic
    Gets/Sets the bottom right point in the navigation area.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also