TcxHintStyle Properties
Stores hint style settings.| Name | Description |
|---|---|
| Animate | Specifies the animation effect used when displaying hints. |
| AnimationDelay | Specifies the speed of animating hints. |
| BorderColor | Specifies hint border colors. |
| CallOutPosition | Specifies the position of the hints’ callout. |
| CaptionFont | Specifies the font of the caption text displayed within hints. |
| Color | Specifies the background color of the hint window. |
| Font | Specifies the font of the hint’s body text. |
| Icon | The custom icon displayed in a hint window. |
| IconSize | Specifies the size of icons displayed within hints. |
| IconType | Specifies which icon is displayed within hints. |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
| Rounded | Specifies whether hint windows use rounded corners. |
| RoundRadius | Specifies the radius of the rounded corners. |
| Standard | Specifies whether visual effects provided by the TcxHintStyleController component should be used. |
See Also