'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets the axis position (zone) the axis is placed into")> Public Property AxisDockZone As AxisDockZone
'Usage
Dim instance As NDockAxisAnchor Dim value As AxisDockZone instance.AxisDockZone = value value = instance.AxisDockZone
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets the axis position (zone) the axis is placed into")] public AxisDockZone AxisDockZone {get; set;}