GraffitiPagination

Images #

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.

Enumerations #

NameValues
This class exposes no enumerations.

Constants #

NameTypeValue
This class exposes no constant.

Events #

DefinitionParametersReturn TypeDescription
ChangedNoneNoneRaised when the Value of the component has changed.

Methods #

NameParametersReturn TypeDescription
This class exposes no methods.

Properties #

NameTypeDefault ValueDescription
BackgroundColorColorGroupNilColor applied to the background of the component.
BorderColorColorGroupNilColor applied to the border of the component.
BorderRadiusInteger0Corner radius applied to the component’s display area.
ButtonFirstBGColorColorGroupNilBackground color of the First Page button.
ButtonFirstBGColorHoverColorGroup
ButtonFirstForeColorColorGroupForeground color of the First Page button.
ButtonFirstForeColorHoverColorGroup
ButtonLastBGColorColorGroupBackground color of the Last Page button.
ButtonLastBGColorHoverColorGroup
ButtonLastForeColorColorGroupForeground color of the Last Page button.
ButtonLastForeColorHoverColorGroup
ButtonNextBGColorColorGroupBackground color of the Next Page button.
ButtonNextBGColorHoverColorGroup
ButtonNextForeColorColorGroupForeground color of the Next Page button.
ButtonNextForeColorHoverColorGroup
ButtonPreviousBGColorColorGroupBackground color of the Previous Page button.
ButtonPreviousBGColorHoverColorGroup
ButtonPreviousForeColorColorGroupForeground color of the Previous Page button.
ButtonPreviousForeColorHoverColorGroup
CurrentPageInteger0Currently selected page button.
FontSizeDouble0Size applied to text of all elements.
NumberOfPagesInteger10Total number of pages to display.
PageBGColorColorGroupNilBackground color of Page # buttons.
PageBGColorHover
PageBGColorSelected
PageTextBoldBooleanFalseFont weight of Page # button text.
PageTextBoldHover
PageTextBoldSelected
PageTextColorColorGroupNilColor applied to Page # button text.
PageTextColorHover
PageTextColorSelected
PageTextFontString“System”Font face applied to Page # button text.
PageTextFontHover
PageTextFontSelected
PageTextItalicBooleanFalseWhen True, Page # button text will be italicized.
PageTextItalicHover
PageTextItalicSelected
PageTextSizeInteger0Font size applied to Page # button text.
PageTextSizeHover
PageTextSizeSelected
PageTextUnderlineBooleanFalseWhen True, Page # button text will be underlined.
PageTextUnderlineHover
PageTextUnderlineSelected
TextStyleFontStylesFontStyles.NoneFontStyle applied to all elements
TextStyleSelectedFontStylesFontStyles.NoneFontStyle applied to selected element.
VisiblePagesInteger10Number of page buttons that are visible at any given time.

Examples #

This class currently has no examples.

Notes #

This class currently has no notes.