TdxCustomRatingControlProperties.CheckedGlyph Property
In This Article
Specifies an image depicting a checked element within the rating control.
#Declaration
Delphi
property CheckedGlyph: 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