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


In This Topic
    X Property (NMapNavigator)
    In This Topic
    Gets/Sets X coordinate in the navigation area.
    Syntax
    '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;}
    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