TTMSFNCCustomSwitchAppearanceOff Class
Defines the fill, stroke, and label for the switch track in its off state.
API unit family: TMSFNCSwitch
Inherits from: TPersistent
Syntax
TTMSFNCCustomSwitchAppearanceOff = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Fill | Fill used for the switch track when the state is off. |
| Font | Font used for the off-state text label. |
| Stroke | Stroke used for the switch track when the state is off. |
| Text | Text displayed for the off state when the layout is extended. |
Events
| Name | Description |
|---|---|
| OnChange | Fires when any off-state appearance setting changes. |