'Declaration <CategoryAttribute("Texts")> <DefaultValueAttribute()> <DescriptionAttribute("Controls the number of the stagger levels")> Public Property StaggerLevels As Integer
'Usage Dim instance As Axis Dim value As Integer instance.StaggerLevels = value value = instance.StaggerLevels
[Category("Texts")] [DefaultValue()] [Description("Controls the number of the stagger levels")] public int StaggerLevels {get; set;}