'Declaration <CategoryAttribute("Major Ticks")> <DescriptionAttribute("Specifies the line properties of the outer tick lines")> Public Property OuterTickLine As LineProperties
'Usage Dim instance As Axis Dim value As LineProperties instance.OuterTickLine = value value = instance.OuterTickLine
[Category("Major Ticks")] [Description("Specifies the line properties of the outer tick lines")] public LineProperties OuterTickLine {get; set;}