'Declaration
<System.ComponentModel.CategoryAttribute("Arrow")> <System.ComponentModel.DescriptionAttribute("Appearance of the arrow.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NStrokeStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)> Public Property ArrowStrokeStyle As NStrokeStyle
'Usage
Dim instance As NDataLabelStyle Dim value As NStrokeStyle instance.ArrowStrokeStyle = value value = instance.ArrowStrokeStyle
[System.ComponentModel.Category("Arrow")] [System.ComponentModel.Description("Appearance of the arrow.")] [System.ComponentModel.Editor(Nevron.Editors.NStrokeStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)] public NStrokeStyle ArrowStrokeStyle {get; set;}