Description
Sets or returns the font style used on the main title.
Syntax
object.MainTitleFontStyle
Arguments
None.
Return Value
(RDKGraphFontStyle) – one of the following values:
| RDKGraphFontRegular |
| RDKGraphFontItalic |
| RDKGraphFontBold |
| RDKGraphFontBoldItalic |
| RDKGraphFontUnderlined |
| RDKGraphFontUnderlinedItalic |
| RDKGraphFontUnderlinedBold |
| RDKGraphFontUnderlinedBoldItalic |
Example
RDKApp.GraphDefaults.MainTitleFontStyle = RDKGraphFontBold