'Declaration
<System.ComponentModel.CategoryAttribute("Ticks")> <System.ComponentModel.DescriptionAttribute("Controls the appearance of labels generated by this row")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property TickMode As TimelineScaleRowTickMode
'Usage
Dim instance As NTimelineScaleConfigurator Dim value As TimelineScaleRowTickMode instance.TickMode = value value = instance.TickMode
[System.ComponentModel.Category("Ticks")] [System.ComponentModel.Description("Controls the appearance of labels generated by this row")] [System.Xml.Serialization.XmlIgnore()] public TimelineScaleRowTickMode TickMode {get; set;}