'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the ternary axis dock zone where this anchor will dock the axis attached to it")> Public Property DockZone As TernaryAxisDockZone
'Usage
Dim instance As NDockTernaryAxisAnchor Dim value As TernaryAxisDockZone instance.DockZone = value value = instance.DockZone
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the ternary axis dock zone where this anchor will dock the axis attached to it")] public TernaryAxisDockZone DockZone {get; set;}