Table of Contents

TTMSFNCWaitingIndicatorAppearance Class

Published appearance settings for the waiting indicator component.

API unit family: TMSFNCWaitingIndicator Inherits from: TTMSFNCCustomWaitingIndicatorAppearance

Syntax

TTMSFNCWaitingIndicatorAppearance = class(TTMSFNCCustomWaitingIndicatorAppearance)

Properties

Name Description
CenterBitmap Optional bitmap drawn at the center of the indicator animation. (inherited from TTMSFNCCustomWaitingIndicatorAppearance)
ChangeIndicatorSize When True, the indicator size changes dynamically during the animation cycle. (inherited from TTMSFNCCustomWaitingIndicatorAppearance)
IndicatorBitmap Custom bitmap used to render each indicator when IndicatorShape is wisImage. (inherited from TTMSFNCCustomWaitingIndicatorAppearance)
IndicatorFill Fill settings applied to each indicator dot. (inherited from TTMSFNCCustomWaitingIndicatorAppearance)
IndicatorShape Shape used to render each indicator dot. (inherited from TTMSFNCCustomWaitingIndicatorAppearance)
IndicatorStroke Stroke settings applied to each indicator dot. (inherited from TTMSFNCCustomWaitingIndicatorAppearance)
Indicators Number of indicator dots shown during the animation. (inherited from TTMSFNCCustomWaitingIndicatorAppearance)
MoveShape Movement path of the indicator dots during animation. (inherited from TTMSFNCCustomWaitingIndicatorAppearance)
OverlayFill Fill settings applied to the overlay painted over the parent control when OverlayParent is True. (inherited from TTMSFNCCustomWaitingIndicatorAppearance)
OverlayStroke Stroke settings applied to the overlay painted over the parent control when OverlayParent is True. (inherited from TTMSFNCCustomWaitingIndicatorAppearance)
RotateClockWise When True, the rotation direction is clockwise; False rotates counter-clockwise. (inherited from TTMSFNCCustomWaitingIndicatorAppearance)
RotateIndicators When True, each indicator dot rotates around its own center during animation. (inherited from TTMSFNCCustomWaitingIndicatorAppearance)

Events

Name Description
OnChange Fires when any appearance property is modified. (inherited from TTMSFNCCustomWaitingIndicatorAppearance)