[Description("Controls the count of the automatic minor ticks between two major ticks")] [DefaultValue()] [Category("Ticks")] public int MinorTickCount {get; set;}
'Declaration <DescriptionAttribute("Controls the count of the automatic minor ticks between two major ticks")> <DefaultValueAttribute()> <CategoryAttribute("Ticks")> Public Property MinorTickCount As Integer