'Declaration <CategoryAttribute("General")> <DescriptionAttribute("When set to true the axis ruler is displayed in inverted manner")> <DefaultValueAttribute()> Public Property Inverted As Boolean
'Usage Dim instance As AxisRuler Dim value As Boolean instance.Inverted = value value = instance.Inverted
[Category("General")] [Description("When set to true the axis ruler is displayed in inverted manner")] [DefaultValue()] public bool Inverted {get; set;}