GraffitiSuite Docs
Docs
Graffitipagination
Loading document parsing libraries...
# GraffitiPagination Class Inherits GraffitiUIControl ## About GraffitiPagination is a theme-aware pagination component. Designed to make traversing large lists of items easier for users with beautiful hover cues and native coloring on any target. ## Preview    Previous Next ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | False | True | ### Console | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ### iOS | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Changed | (None) | (None) | Raised when the Value of the component has changed. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | BackgroundColor | ColorGroup | (None) | Color applied to the background of the component. | | BorderColor | ColorGroup | (None) | Color applied to the border of the component. | | BorderRadius | Integer | (None) | Corner radius applied to the component's display area. | | ButtonFirstBGColor | ColorGroup | (None) | Background color of the First Page button. | | ButtonFirstBGColorPressed | ColorGroup | (None) | First button background color when pressed. | | ButtonFirstForeColor | ColorGroup | (None) | First button foreground color. | | ButtonFirstForeColorPressed | ColorGroup | (None) | First button foreground color when pressed. | | ButtonLastBGColor | ColorGroup | (None) | Last button background color. | | ButtonLastBGColorPressed | ColorGroup | (None) | Last button background color when pressed. | | ButtonLastForeColor | ColorGroup | (None) | Last button foreground color. | | ButtonLastForeColorPressed | ColorGroup | (None) | Last button foreground color when pressed. | | ButtonNextBGColor | ColorGroup | (None) | Next button background color. | | ButtonNextBGColorPressed | ColorGroup | (None) | Next button background color when pressed. | | ButtonNextForeColor | ColorGroup | (None) | Next button foreground color. | | ButtonNextForeColorPressed | ColorGroup | (None) | Next button foreground color when pressed. | | ButtonPreviousBGColor | ColorGroup | (None) | Previous button background color. | | ButtonPreviousBGColorPressed | ColorGroup | (None) | Previous button background color when pressed. | | ButtonPreviousForeColor | ColorGroup | (None) | Previous button foreground color. | | ButtonPreviousForeColorPressed | ColorGroup | (None) | Previous button foreground color when pressed. | | CurrentPage | Integer | (None) | Currently selected page button. | | FontSize | Double | (None) | Size applied to text of all elements. | | NumberOfPages | Integer | (None) | Total number of pages to display. | | PageBGColor | ColorGroup | (None) | Background color of Page # buttons. | | PageBGColorPressed | ColorGroup | (None) | Page button background color when pressed. | | PageBGColorSelected | ColorGroup | (None) | Page button background color when selected. | | PageTextColor | ColorGroup | (None) | Color applied to Page # button text. | | PageTextColorPressed | ColorGroup | (None) | Page button text color when pressed. | | PageTextColorSelected | ColorGroup | (None) | Page button text color when selected. | | TextStyle | GraffitiUIControl.FontStyles | (None) | FontStyle applied to all elements | | TextStyleSelected | GraffitiUIControl.FontStyles | (None) | FontStyle applied to selected element. | | VisiblePages | Integer | (None) | Number of page buttons that are visible at any given time. |