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