'Declaration <DescriptionAttribute("Specifies the start of the axis ruler in percents of the axis length")> <DefaultValueAttribute()> <CategoryAttribute("Position")> Public Property PositionStartPercent As Integer
'Usage Dim instance As AxisRuler Dim value As Integer instance.PositionStartPercent = value value = instance.PositionStartPercent
[Description("Specifies the start of the axis ruler in percents of the axis length")] [DefaultValue()] [Category("Position")] public int PositionStartPercent {get; set;}