'Declaration <CategoryAttribute("Paging")> <DescriptionAttribute("Specifies the number of axis pages when the PagingMode is set FixedPageCount")> <DefaultValueAttribute(5)> Public Property PageCount As Integer
'Usage Dim instance As AxisRuler Dim value As Integer instance.PageCount = value value = instance.PageCount
[Category("Paging")] [Description("Specifies the number of axis pages when the PagingMode is set FixedPageCount")] [DefaultValue(5)] public int PageCount {get; set;}