'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 GaugeAxisDockZone
'Usage
Dim instance As NDockGaugeAxisAnchor Dim value As GaugeAxisDockZone 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 GaugeAxisDockZone AxisDockZone {get; set;}