Description
Sets or returns the font style used on the main title.
Syntax
object.MainTitleFontStyle
Arguments
None.
Return Value
(BDKGraphFontStyle) – one of the following values:
| BDKGraphFontRegular |
| BDKGraphFontItalic |
| BDKGraphFontBold |
| BDKGraphFontBoldItalic |
| BDKGraphFontUnderlined |
| BDKGraphFontUnderlinedItalic |
| BDKGraphFontUnderlinedBold |
| BDKGraphFontUnderlinedBoldItalic |
Example
BDKApp.GraphDefaults.MainTitleFontStyle = BDKGraphFontBold