Version

TitlebarFontSize Property (DialogStyle)

Gets or sets the font size of the text on the titlebar.
Syntax
'Declaration
 
Public Property TitlebarFontSize As FontUnit
public FontUnit TitlebarFontSize {get; set;}

Property Value

A FontUnit value specifying the font size of the on the titlebar.
Remarks

This property is only used when the HtmlBoxDialog.Type property = DialogType.InternalWindowWithTitlebar.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also