'Declaration <CategoryAttribute("Texts")> <DescriptionAttribute("Controls the offset of the staggered texts")> <DefaultValueAttribute(3.75)> Public Property StaggerOffset As Single
'Usage Dim instance As Axis Dim value As Single instance.StaggerOffset = value value = instance.StaggerOffset
[Category("Texts")] [Description("Controls the offset of the staggered texts")] [DefaultValue(3.75)] public float StaggerOffset {get; set;}