Table of Contents

TTMSFNCRatingAppearance Class

Exposes appearance properties for the rating control.

API unit family: TMSFNCProgressBar Inherits from: TTMSFNCCustomProgressBarAppearance

Syntax

TTMSFNCRatingAppearance = class(TTMSFNCCustomProgressBarAppearance)

Properties

Name Description
ActiveBitmap Bitmap used for active rating units. (inherited from TTMSFNCCustomProgressBarAppearance)
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 Fill style used for inactive rating units. (inherited from TTMSFNCCustomProgressBarAppearance)
Font Font used for any value text drawn by the rating control. (inherited from TTMSFNCCustomProgressBarAppearance)
InActiveBitmap Bitmap used for inactive rating units. (inherited from TTMSFNCCustomProgressBarAppearance)
ShowActiveBitmaps When True, active rating units are drawn with ActiveBitmap when one is assigned. (inherited from TTMSFNCCustomProgressBarAppearance)
ShowInActiveBitmaps When True, inactive rating units are drawn with InActiveBitmap when one is assigned. (inherited from TTMSFNCCustomProgressBarAppearance)
Stroke Stroke style used around rating units. (inherited from TTMSFNCCustomProgressBarAppearance)

Events

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