New to Telerik UI for WinFormsStart a free 30-day trial

Provides a set of static predefined FontWeight values.

Definition

Namespace:Telerik.WinControls.UI.Diagrams

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public static class FontWeights

Inheritance: objectFontWeights

Properties

Specifies a "Black" font weight.

C#
public static FontWeight Black { get; }
Property Value:

A value that represents a "Black" font weight.

Specifies a "Bold" font weight.

C#
public static FontWeight Bold { get; }
Property Value:

A value that represents a "Bold" font weight.

Specifies a "Demi-bold" font weight.

C#
public static FontWeight DemiBold { get; }
Property Value:

A value that represents a "Demi-bold" font weight.

Specifies an "Extra-black" font weight.

C#
public static FontWeight ExtraBlack { get; }
Property Value:

A value that represents an "Extra-black" font weight.

Specifies an "Extra-bold" font weight.

C#
public static FontWeight ExtraBold { get; }
Property Value:

A value that represents an "Extra-bold" font weight.

Specifies an "Extra-light" font weight.

C#
public static FontWeight ExtraLight { get; }
Property Value:

A value that represents an "Extra-light" font weight.

Specifies a "Heavy" font weight.

C#
public static FontWeight Heavy { get; }
Property Value:

A value that represents a "Heavy" font weight.

Specifies a "Light" font weight.

C#
public static FontWeight Light { get; }
Property Value:

A value that represents a "Light" font weight.

Specifies a "Medium" font weight.

C#
public static FontWeight Medium { get; }
Property Value:

A value that represents a "Medium" font weight.

Specifies a "Normal" font weight.

C#
public static FontWeight Normal { get; }
Property Value:

A value that represents a "Normal" font weight.

Specifies a "Regular" font weight.

C#
public static FontWeight Regular { get; }
Property Value:

A value that represents a "Regular" font weight.

Specifies a "Semi-bold" font weight.

C#
public static FontWeight SemiBold { get; }
Property Value:

A value that represents a "Semi-bold" font weight.

Specifies a "Thin" font weight.

C#
public static FontWeight Thin { get; }
Property Value:

A value that represents a "Thin" font weight.

Specifies an "Ultra-black" font weight.

C#
public static FontWeight UltraBlack { get; }
Property Value:

A value that represents an "Ultra-black" font weight.

Specifies an "Ultra-bold" font weight.

C#
public static FontWeight UltraBold { get; }
Property Value:

A value that represents an "Ultra-bold" font weight.

Specifies an "Ultra-light" font weight.

C#
public static FontWeight UltraLight { get; }
Property Value:

A value that represents an "Ultra-light" font weight.