Version

FontSizeBestFit Property (TitleAppearance)

Returns or sets a Boolean value that determines whether the font size of title text is selected automatically.
Syntax
'Declaration
 
Public Property FontSizeBestFit As Boolean
public bool FontSizeBestFit {get; set;}
Remarks

If this property is set to True, the font size of title text is calculated to best fit the alloted space; otherwise, the size specified by the Font property is used.

The FontColor property specifies the color of the font used for title text.

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