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