Show / Hide Table of Contents

Class FontStretches

Provides a set of predefined font stretches as static property values.

Inheritance
System.Object
FontStretches
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public static class FontStretches

Properties

| Improve this Doc View Source

Condensed

Specifies a condensed font stretch.

Declaration
public static FontStretch Condensed { get; }
Property Value
Type Description
FontStretch
| Improve this Doc View Source

Expanded

Specifies an expanded font stretch.

Declaration
public static FontStretch Expanded { get; }
Property Value
Type Description
FontStretch
| Improve this Doc View Source

ExtraCondensed

Specifies an extra-condensed font stretch.

Declaration
public static FontStretch ExtraCondensed { get; }
Property Value
Type Description
FontStretch
| Improve this Doc View Source

ExtraExpanded

Specifies an extra-expanded font stretch.

Declaration
public static FontStretch ExtraExpanded { get; }
Property Value
Type Description
FontStretch
| Improve this Doc View Source

Normal

Specifies a normal font stretch.

Declaration
public static FontStretch Normal { get; }
Property Value
Type Description
FontStretch
| Improve this Doc View Source

SemiCondensed

Specifies a semi-condensed font stretch.

Declaration
public static FontStretch SemiCondensed { get; }
Property Value
Type Description
FontStretch
| Improve this Doc View Source

SemiExpanded

Specifies a semi-expanded font stretch.

Declaration
public static FontStretch SemiExpanded { get; }
Property Value
Type Description
FontStretch
| Improve this Doc View Source

UltraCondensed

Specifies an ultra-condensed font stretch.

Declaration
public static FontStretch UltraCondensed { get; }
Property Value
Type Description
FontStretch
| Improve this Doc View Source

UltraExpanded

Specifies an ultra-expanded font stretch.

Declaration
public static FontStretch UltraExpanded { get; }
Property Value
Type Description
FontStretch
  • Improve this Doc
  • View Source