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