'Declaration <CategoryAttribute("Minor Ticks")> <DescriptionAttribute("Gives you access to the line properties applied on the minor ticks")> Public Property MinorTickLine As LineProperties
'Usage Dim instance As Axis Dim value As LineProperties instance.MinorTickLine = value value = instance.MinorTickLine
[Category("Minor Ticks")] [Description("Gives you access to the line properties applied on the minor ticks")] public LineProperties MinorTickLine {get; set;}