'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the NTickInfo structure containing appearance information about the tick shape.")> Public Overridable Property TickInfo As NTickInfo
'Usage
Dim instance As NTrackBarElement Dim value As NTickInfo instance.TickInfo = value value = instance.TickInfo
[System.ComponentModel.Description("Gets/sets the NTickInfo structure containing appearance information about the tick shape.")] public virtual NTickInfo TickInfo {get; set;}