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