TcxContainerStyle.GetVisibleFont Method
Returns font settings applied to text displayed in the affected control.
Declaration
function GetVisibleFont: TFont;
Returns
Type | Description |
---|---|
TFont | The active font settings. |
Remarks
The GetVisibleFont
function returns actual font settings used to display text in the affected control. The returned value combines [Font], [TextColor], and [TextStyle] property values.
See Also