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