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