'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the end cap style of label ticks")> Public Property EndCapStyle As NCapStyle
'Usage
Dim instance As NRangeScaleLabelStyle Dim value As NCapStyle instance.EndCapStyle = value value = instance.EndCapStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the end cap style of label ticks")] public NCapStyle EndCapStyle {get; set;}