TdxToggleSwitchStateIndicator.Kind Property
Specifies how a toggle switch editor indicates its checked/unchecked states in addition to a thumb.
#Declaration
property Kind: TdxToggleSwitchStateIndicatorKind read; write; default sikNone;
#Property Value
Type | Default |
---|---|
Tdx |
sik |
#Remarks
Options include:
Value | Meaning |
---|---|
sik |
A toggle switch editor indicates its checked and unchecked states with text labels specified by the On |
sik |
A toggle switch editor indicates its checked and unchecked states with images specified by the On |
sik |
No additional indication. |
Use the Position property to specify the display position of the selected indicator. Refer to the Position property description for examples of applying various Kind
property values to toggle switch editors.
The default value of the Kind property is sikNone.