ClassFontWeights
Provides a set of static predefined FontWeight values.
Definition
Namespace:Telerik.WinControls.RichTextEditor.UI
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public static class FontWeights
Inheritance: objectFontWeights
Properties
Black
Specifies a "Black" font weight.
Declaration
public static FontWeight Black { get; }
Property Value
A value that represents a "Black" font weight.
Bold
Specifies a "Bold" font weight.
Declaration
public static FontWeight Bold { get; }
Property Value
A value that represents a "Bold" font weight.
DemiBold
Specifies a "Demi-bold" font weight.
Declaration
public static FontWeight DemiBold { get; }
Property Value
A value that represents a "Demi-bold" font weight.
ExtraBlack
Specifies an "Extra-black" font weight.
Declaration
public static FontWeight ExtraBlack { get; }
Property Value
A value that represents an "Extra-black" font weight.
ExtraBold
Specifies an "Extra-bold" font weight.
Declaration
public static FontWeight ExtraBold { get; }
Property Value
A value that represents an "Extra-bold" font weight.
ExtraLight
Specifies an "Extra-light" font weight.
Declaration
public static FontWeight ExtraLight { get; }
Property Value
A value that represents an "Extra-light" font weight.
Heavy
Specifies a "Heavy" font weight.
Declaration
public static FontWeight Heavy { get; }
Property Value
A value that represents a "Heavy" font weight.
Light
Specifies a "Light" font weight.
Declaration
public static FontWeight Light { get; }
Property Value
A value that represents a "Light" font weight.
Medium
Specifies a "Medium" font weight.
Declaration
public static FontWeight Medium { get; }
Property Value
A value that represents a "Medium" font weight.
Normal
Specifies a "Normal" font weight.
Declaration
public static FontWeight Normal { get; }
Property Value
A value that represents a "Normal" font weight.
Regular
Specifies a "Regular" font weight.
Declaration
public static FontWeight Regular { get; }
Property Value
A value that represents a "Regular" font weight.
SemiBold
Specifies a "Semi-bold" font weight.
Declaration
public static FontWeight SemiBold { get; }
Property Value
A value that represents a "Semi-bold" font weight.
Thin
Specifies a "Thin" font weight.
Declaration
public static FontWeight Thin { get; }
Property Value
A value that represents a "Thin" font weight.
UltraBlack
Specifies an "Ultra-black" font weight.
Declaration
public static FontWeight UltraBlack { get; }
Property Value
A value that represents an "Ultra-black" font weight.
UltraBold
Specifies an "Ultra-bold" font weight.
Declaration
public static FontWeight UltraBold { get; }
Property Value
A value that represents an "Ultra-bold" font weight.
UltraLight
Specifies an "Ultra-light" font weight.
Declaration
public static FontWeight UltraLight { get; }
Property Value
A value that represents an "Ultra-light" font weight.