'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the placement of the gauge axis.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NGaugeAxisAnchorTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property Anchor As NGaugeAxisAnchor
'Usage
Dim instance As NGaugeAxis Dim value As NGaugeAxisAnchor instance.Anchor = value value = instance.Anchor
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the placement of the gauge axis.")] [System.ComponentModel.Editor(Nevron.Editors.NGaugeAxisAnchorTypeEditor, System.Drawing.Design.UITypeEditor)] public NGaugeAxisAnchor Anchor {get; set;}