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