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

The HoverGlyph property is in effect only if the AllowHover property is set to True.
See Also