Table of Contents

TTMSFNCProgressBarAppearance Class

Exposes appearance properties for the progress bar control.

API unit family: TMSFNCProgressBar Inherits from: TTMSFNCCustomProgressBarAppearance

Syntax

TTMSFNCProgressBarAppearance = class(TTMSFNCCustomProgressBarAppearance)

Properties

Name Description
DefaultLevelFill Default fill applied to level items that have no explicit fill set. (inherited from TTMSFNCCustomProgressBarAppearance)
DefaultLevelFont Default font applied to level items that have no explicit font set. (inherited from TTMSFNCCustomProgressBarAppearance)
DefaultLevelStroke Default stroke applied to level items that have no explicit stroke set. (inherited from TTMSFNCCustomProgressBarAppearance)
Fill Background fill style for the inactive (unfilled) portion of the bar. (inherited from TTMSFNCCustomProgressBarAppearance)
Font Font used for the value label drawn on the progress bar. (inherited from TTMSFNCCustomProgressBarAppearance)
Stacked When True, level fills are drawn stacked on top of each other. (inherited from TTMSFNCCustomProgressBarAppearance)
Stroke Stroke style for the border drawn around the progress bar. (inherited from TTMSFNCCustomProgressBarAppearance)

Events

Name Description
OnChange Fires when an appearance setting changes. (inherited from TTMSFNCCustomProgressBarAppearance)