'Declaration <DefaultValueAttribute()> <CategoryAttribute("Paging")> <DescriptionAttribute("Specifies the mode of the current page displayed by the axis")> Public Property CurrentPageMode As RulerCurrentPageMode
'Usage Dim instance As AxisRuler Dim value As RulerCurrentPageMode instance.CurrentPageMode = value value = instance.CurrentPageMode
[DefaultValue()] [Category("Paging")] [Description("Specifies the mode of the current page displayed by the axis")] public RulerCurrentPageMode CurrentPageMode {get; set;}