Table of Contents

TTMSFNCTileListArrow Class

Appearance settings for the left or right navigation arrow button in the tile list header or footer.

API unit family: TMSFNCTileList Inherits from: TPersistent

Syntax

TTMSFNCTileListArrow = class(TPersistent)

Properties

Name Description
ArrowDownFill Fill color of the arrow glyph when the button is pressed.
ArrowFill Fill color of the arrow glyph in its normal state.
ArrowHoverFill Fill color of the arrow glyph when the button is hovered.
DownFill Background fill of the arrow button when pressed.
DownStroke Border stroke of the arrow button when pressed.
Fill Background fill of the arrow button in its normal state.
HoverFill Background fill of the arrow button when hovered.
HoverStroke Border stroke of the arrow button when hovered.
Size Width (or height for vertical layout) of the arrow button in pixels.
Stroke Border stroke of the arrow button in its normal state.
Visible When True, the arrow button is displayed.

Methods

Name Description
IsLeft Returns True when this is the left (previous-page) arrow; False for the right (next-page) arrow.

Events

Name Description
OnChanged Fires when any arrow appearance property changes.