Class
FontWeights

Provides a set of static predefined FontWeight values.

Definition

Namespace:Telerik.WinControls.UI.Diagrams

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

cs-api-definition
public static class FontWeights

Inheritance: objectFontWeights

Properties

Black

Specifies a "Black" font weight.

Declaration

cs-api-definition
public static FontWeight Black { get; }

Property Value

FontWeight

A value that represents a "Black" font weight.

Bold

Specifies a "Bold" font weight.

Declaration

cs-api-definition
public static FontWeight Bold { get; }

Property Value

FontWeight

A value that represents a "Bold" font weight.

DemiBold

Specifies a "Demi-bold" font weight.

Declaration

cs-api-definition
public static FontWeight DemiBold { get; }

Property Value

FontWeight

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

ExtraBlack

Specifies an "Extra-black" font weight.

Declaration

cs-api-definition
public static FontWeight ExtraBlack { get; }

Property Value

FontWeight

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

ExtraBold

Specifies an "Extra-bold" font weight.

Declaration

cs-api-definition
public static FontWeight ExtraBold { get; }

Property Value

FontWeight

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

ExtraLight

Specifies an "Extra-light" font weight.

Declaration

cs-api-definition
public static FontWeight ExtraLight { get; }

Property Value

FontWeight

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

Heavy

Specifies a "Heavy" font weight.

Declaration

cs-api-definition
public static FontWeight Heavy { get; }

Property Value

FontWeight

A value that represents a "Heavy" font weight.

Light

Specifies a "Light" font weight.

Declaration

cs-api-definition
public static FontWeight Light { get; }

Property Value

FontWeight

A value that represents a "Light" font weight.

Medium

Specifies a "Medium" font weight.

Declaration

cs-api-definition
public static FontWeight Medium { get; }

Property Value

FontWeight

A value that represents a "Medium" font weight.

Normal

Specifies a "Normal" font weight.

Declaration

cs-api-definition
public static FontWeight Normal { get; }

Property Value

FontWeight

A value that represents a "Normal" font weight.

Regular

Specifies a "Regular" font weight.

Declaration

cs-api-definition
public static FontWeight Regular { get; }

Property Value

FontWeight

A value that represents a "Regular" font weight.

SemiBold

Specifies a "Semi-bold" font weight.

Declaration

cs-api-definition
public static FontWeight SemiBold { get; }

Property Value

FontWeight

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

Thin

Specifies a "Thin" font weight.

Declaration

cs-api-definition
public static FontWeight Thin { get; }

Property Value

FontWeight

A value that represents a "Thin" font weight.

UltraBlack

Specifies an "Ultra-black" font weight.

Declaration

cs-api-definition
public static FontWeight UltraBlack { get; }

Property Value

FontWeight

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

UltraBold

Specifies an "Ultra-bold" font weight.

Declaration

cs-api-definition
public static FontWeight UltraBold { get; }

Property Value

FontWeight

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

UltraLight

Specifies an "Ultra-light" font weight.

Declaration

cs-api-definition
public static FontWeight UltraLight { get; }

Property Value

FontWeight

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