'Declaration <DefaultValueAttribute()> <DescriptionAttribute("Controls the length of the major inner ticks")> <CategoryAttribute("Major Ticks")> Public Property InnerTickLength As Single
'Usage Dim instance As Axis Dim value As Single instance.InnerTickLength = value value = instance.InnerTickLength
[DefaultValue()] [Description("Controls the length of the major inner ticks")] [Category("Major Ticks")] public float InnerTickLength {get; set;}