Click or drag to resize
FontWeights Class
Provides a set of predefined font weights as static property values.
Inheritance Hierarchy
SystemObject
  Windows.UI.TextFontWeights

Namespace: Windows.UI.Text
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public sealed class FontWeights

The FontWeights type exposes the following members.

Constructors
  NameDescription
Public methodFontWeights
Initializes a new instance of the FontWeights class
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyStatic memberBlack
Specifies a "Black" font weight.
Public propertyStatic memberBold
Specifies a "Bold" font weight.
Public propertyStatic memberDemiBold
Specifies a "Demi-bold" font weight.
Public propertyStatic memberExtraBlack
Specifies an "ExtraBlack" font weight.
Public propertyStatic memberExtraBold
Specifies an "ExtraBold" font weight.
Public propertyStatic memberExtraLight
Specifies an "ExtraLight" font weight.
Public propertyStatic memberHeavy
Specifies a "Heavy" font weight.
Public propertyStatic memberLight
Specifies a "Light" font weight.
Public propertyStatic memberMedium
Specifies a "Medium" font weight.
Public propertyStatic memberNormal
Specifies a "Normal" font weight.
Public propertyStatic memberRegular
Specifies a "Regular" font weight.
Public propertyStatic memberSemiBold
Specifies a "SemiBold" font weight.
Public propertyStatic memberSemiLight
Specifies a "SemiLight" font weight.
Public propertyStatic memberThin
Specifies a "Thin" font weight.
Public propertyStatic memberUltraBlack
Specifies an "Ultra-black" font weight.
Public propertyStatic memberUltraBold
Specifies an "Ultra-bold" font weight.
Public propertyStatic memberUltraLight
Specifies an "Ultra-light" font weight.
Top
See Also