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