'Declaration <CategoryAttribute("Paging")> <DescriptionAttribute("Specifies the begin value of the current page when the CurrentPageMode property is set to BeginValue")> <DefaultValueAttribute(0)> Public Property CurrentPageBeginValue As Double
'Usage Dim instance As AxisRuler Dim value As Double instance.CurrentPageBeginValue = value value = instance.CurrentPageBeginValue
[Category("Paging")] [Description("Specifies the begin value of the current page when the CurrentPageMode property is set to BeginValue")] [DefaultValue(0)] public double CurrentPageBeginValue {get; set;}