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