TTMSFNCCaptionTextOptions Class
Holds the text, font, and visibility of a caption rendered above (header) or below (footer) the indicator. Raises a change notification whenever any of its properties is modified so the owner can repaint.
API unit family: TMSFNCWidgetDistributionIndicator
Inherits from: TPersistent
Syntax
TTMSFNCCaptionTextOptions = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Font | Font used to render the caption text. |
| Text | Caption text shown in the header or footer area. |
| Visible | Controls whether the caption is drawn. When True the caption is visible and reserves layout space; when False it is hidden. |
Events
| Name | Description |
|---|---|
| OnChanged | Occurs after the text, font, or visibility changes. The owning control handles this to repaint. Sender is this options object. |