Nevron .NET Vision
Nevron.Chart Namespace / NDockPanel Class / Location Property


In This Topic
    Location Property (NDockPanel)
    In This Topic
    The location of the panel relative to the parent panel.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Panel")>
    <System.ComponentModel.DescriptionAttribute("The location of the panel relative to the parent panel.")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NPointTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property Location As NPointL
    'Usage
     
    
    Dim instance As NDockPanel
    Dim value As NPointL
     
    instance.Location = value
     
    value = instance.Location
    [System.ComponentModel.Category("Panel")]
    [System.ComponentModel.Description("The location of the panel relative to the parent panel.")]
    [System.ComponentModel.Editor(Nevron.Editors.NPointTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NPointL Location {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