'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the style of the ticks.")> Public Property Style As System.Windows.Forms.TickStyle
'Usage
Dim instance As NTickInfo Dim value As System.Windows.Forms.TickStyle instance.Style = value value = instance.Style
[System.ComponentModel.Description("Gets/sets the style of the ticks.")] public System.Windows.Forms.TickStyle Style {get; set;}