TTMSFNCWidgetGaugeDigit Class
Describes the appearance of the seven-segment style digit display that shows the current value on the gauge.
API unit family: TMSFNCWidgetGauge
Inherits from: TPersistent
Syntax
TTMSFNCWidgetGaugeDigit = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Alignment | The horizontal alignment of the digit display. |
| BackGroundColor | The background color behind the digit display. |
| Color | The color of the active digit segments. |
| Visible | Shows the digit display when True; hides it when False. |
Events
| Name | Description |
|---|---|
| OnChanged | Occurs when a digit display property changes and the gauge must redraw. |