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