TdxCustomRatingControlProperties.Glyph Property
In This Article
Specifies an image depicting an unchecked element within the rating control.
#Declaration
Delphi
property Glyph: TdxSmartGlyph read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the Glyph, CheckedGlyph, and HoverGlyph properties to provide custom images for elements in the unchecked, checked, and hot-tracked states, respectively.
See Also