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