FontWeights
FontWeights
FontWeights
FontWeights
Class
Definition
Provides a set of predefined font weights as static property values.
public : sealed class FontWeights : IFontWeightspublic sealed class FontWeights : IFontWeightsPublic NotInheritable Class FontWeights Implements IFontWeights// This API is not available in Javascript.
See XAML Syntax for FontWeight
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
In standard typography API, the weight of a font is expressed by using constant names, for example "Bold". Using constant names for setting a font weight property is supported through type converter behaviors and also by the FontWeights support class. For code access, the relevant information is expressed as the Weight factor of a FontWeight value.
Properties
Black Black Black Black
Specifies a "Black" font weight.
public : static FontWeight Black { get; }public static FontWeight Black { get; }Public Static ReadOnly Property Black As FontWeight// This API is not available in Javascript.
A FontWeight value that represents a "Black" font weight.
Bold Bold Bold Bold
Specifies a "Bold" font weight.
public : static FontWeight Bold { get; }public static FontWeight Bold { get; }Public Static ReadOnly Property Bold As FontWeight// This API is not available in Javascript.
A FontWeight value that represents a "Bold" font weight.
ExtraBlack ExtraBlack ExtraBlack ExtraBlack
Specifies an "ExtraBlack" font weight.
public : static FontWeight ExtraBlack { get; }public static FontWeight ExtraBlack { get; }Public Static ReadOnly Property ExtraBlack As FontWeight// This API is not available in Javascript.
A FontWeight value that represents an "ExtraBlack" font weight.
ExtraBold ExtraBold ExtraBold ExtraBold
Specifies an "ExtraBold" font weight.
public : static FontWeight ExtraBold { get; }public static FontWeight ExtraBold { get; }Public Static ReadOnly Property ExtraBold As FontWeight// This API is not available in Javascript.
A FontWeight value that represents an "ExtraBold" font weight.
ExtraLight ExtraLight ExtraLight ExtraLight
Specifies an "ExtraLight" font weight.
public : static FontWeight ExtraLight { get; }public static FontWeight ExtraLight { get; }Public Static ReadOnly Property ExtraLight As FontWeight// This API is not available in Javascript.
A FontWeight value that represents an "ExtraLight" font weight.
Light Light Light Light
Specifies a "Light" font weight.
public : static FontWeight Light { get; }public static FontWeight Light { get; }Public Static ReadOnly Property Light As FontWeight// This API is not available in Javascript.
A FontWeight value that represents a "Light" font weight.
Medium Medium Medium Medium
Specifies a "Medium" font weight.
public : static FontWeight Medium { get; }public static FontWeight Medium { get; }Public Static ReadOnly Property Medium As FontWeight// This API is not available in Javascript.
A FontWeight value that represents a "Medium" font weight.
Normal Normal Normal Normal
Specifies a "Normal" font weight.
public : static FontWeight Normal { get; }public static FontWeight Normal { get; }Public Static ReadOnly Property Normal As FontWeight// This API is not available in Javascript.
A FontWeight value that represents a "Normal" font weight.
SemiBold SemiBold SemiBold SemiBold
Specifies a "SemiBold" font weight.
public : static FontWeight SemiBold { get; }public static FontWeight SemiBold { get; }Public Static ReadOnly Property SemiBold As FontWeight// This API is not available in Javascript.
A FontWeight value that represents a "SemiBold" font weight.
SemiLight SemiLight SemiLight SemiLight
Specifies a "SemiLight" font weight.
public : static FontWeight SemiLight { get; }public static FontWeight SemiLight { get; }Public Static ReadOnly Property SemiLight As FontWeight// This API is not available in Javascript.
A FontWeight value that represents a "SemiLight" font weight.
Thin Thin Thin Thin
Specifies a "Thin" font weight.
public : static FontWeight Thin { get; }public static FontWeight Thin { get; }Public Static ReadOnly Property Thin As FontWeight// This API is not available in Javascript.
A FontWeight value that represents a "Thin" font weight.