'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the stroke style of the arrowhead")> Public Property StrokeStyle As NStrokeStyle
'Usage
Dim instance As NArrowheadStyle Dim value As NStrokeStyle instance.StrokeStyle = value value = instance.StrokeStyle
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the stroke style of the arrowhead")] public NStrokeStyle StrokeStyle {get; set;}