Version

Name Property

Returns or sets the name of the font.
Syntax
'Declaration
 
Public Property Name As String
public string Name {get; set;}
Remarks

When not explicitly set, the actual value of the property is determined at a higher level of the property resolution hierarchy.

This property can be restored to its default value by setting it to null or an empty string.

ASCII characters within the range of 0 through 127 are displayed with the font associated with the value of this property. Other fonts can be designated for use with character sets outside the standard ASCII range using the following properties:

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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