TdxToggleSwitchStateIndicator.OffText Property
Specifies the text label for the unchecked state (also called the Off state).
Declaration
property OffText: string read; write;
Property Value
Type |
---|
string |
Remarks
The specified text label is displayed by a toggle switch editor if the Kind property and the editor’s Checked property are set to sikText
and False
, respectively.
See Also