TdxToggleSwitchStateIndicator.OffGlyph Property
In This Article
Specifies the image for the unchecked state (also called the Off state).
#Declaration
Delphi
property OffGlyph: TdxSmartGlyph read; write;
#Property Value
Type |
---|
Tdx |
#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