'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets or sets the stroke style applied to callout arrow")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NStrokeStyleTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property ArrowStrokeStyle As NStrokeStyle
'Usage
Dim instance As NCallout Dim value As NStrokeStyle instance.ArrowStrokeStyle = value value = instance.ArrowStrokeStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets or sets the stroke style applied to callout arrow")] [System.ComponentModel.Editor(Nevron.Editors.NStrokeStyleTypeEditor, System.Drawing.Design.UITypeEditor)] public NStrokeStyle ArrowStrokeStyle {get; set;}