'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;}