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


In This Topic
    DockMode Property
    In This Topic
    The docking mode of this panel.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Panel")>
    <System.ComponentModel.DescriptionAttribute("The docking mode of this panel.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property DockMode As PanelDockMode
    'Usage
     
    
    Dim instance As NDockPanel
    Dim value As PanelDockMode
     
    instance.DockMode = value
     
    value = instance.DockMode
    [System.ComponentModel.Category("Panel")]
    [System.ComponentModel.Description("The docking mode of this panel.")]
    [System.Xml.Serialization.XmlAttribute()]
    public PanelDockMode DockMode {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