TTMSFNCCustomSwitchButtonAppearance Class
Defines switch thumb appearance settings for on, off, and common states.
API unit family: TMSFNCSwitch
Inherits from: TPersistent
Syntax
TTMSFNCCustomSwitchButtonAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Fill | Fill used for the thumb while the switch is on. |
| Margin | Margin between the switch thumb and the switch track. |
| OffFill | Fill used for the thumb while the switch is off. |
| OffStroke | Stroke used for the thumb while the switch is off. |
| Stroke | Stroke used for the thumb while the switch is on. |
Events
| Name | Description |
|---|---|
| OnChange | Fires when any thumb appearance setting changes. |