'Declaration <DefaultValueAttribute()> <CategoryAttribute("General")> <DescriptionAttribute("Specifies the ending value of the axis stripe")> Public Property To As Double
'Usage Dim instance As AxisStripe Dim value As Double instance.To = value value = instance.To
[DefaultValue()] [Category("General")] [Description("Specifies the ending value of the axis stripe")] public double To {get; set;}