Class FontWeights
Contains predefined FontWeights.
Inheritance
System.Object
FontWeights
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Documents.Core.Fonts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public static class FontWeights
Properties
Black
Gets the black FontWeight.
Declaration
public static FontWeight Black { get; }
Property Value
FontWeight
|
Bold
Gets the bold FontWeight.
Declaration
public static FontWeight Bold { get; }
Property Value
FontWeight
|
Heavy
Gets the heavy FontWeight.
Declaration
public static FontWeight Heavy { get; }
Property Value
FontWeight
|
Light
Gets the light FontWeight.
Declaration
public static FontWeight Light { get; }
Property Value
FontWeight
|
Normal
Gets the normal FontWeight.
Declaration
public static FontWeight Normal { get; }
Property Value
FontWeight
|
Thin
Gets the thin FontWeight.
Declaration
public static FontWeight Thin { get; }
Property Value
FontWeight
|