'Declaration
<System.ComponentModel.CategoryAttribute("Arrow")> <System.ComponentModel.DescriptionAttribute("Controls the length of the arrow pointer pointing to the data labal text.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property ArrowPointerLength As NLength
'Usage
Dim instance As NDataLabelStyle Dim value As NLength instance.ArrowPointerLength = value value = instance.ArrowPointerLength
[System.ComponentModel.Category("Arrow")] [System.ComponentModel.Description("Controls the length of the arrow pointer pointing to the data labal text.")] [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength ArrowPointerLength {get; set;}