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 SourceCondensed
Specifies a condensed font stretch.
Declaration
public static FontStretch Condensed { get; }
Property Value
Type | Description |
---|---|
FontStretch |
Expanded
Specifies an expanded font stretch.
Declaration
public static FontStretch Expanded { get; }
Property Value
Type | Description |
---|---|
FontStretch |
ExtraCondensed
Specifies an extra-condensed font stretch.
Declaration
public static FontStretch ExtraCondensed { get; }
Property Value
Type | Description |
---|---|
FontStretch |
ExtraExpanded
Specifies an extra-expanded font stretch.
Declaration
public static FontStretch ExtraExpanded { get; }
Property Value
Type | Description |
---|---|
FontStretch |
Normal
Specifies a normal font stretch.
Declaration
public static FontStretch Normal { get; }
Property Value
Type | Description |
---|---|
FontStretch |
SemiCondensed
Specifies a semi-condensed font stretch.
Declaration
public static FontStretch SemiCondensed { get; }
Property Value
Type | Description |
---|---|
FontStretch |
SemiExpanded
Specifies a semi-expanded font stretch.
Declaration
public static FontStretch SemiExpanded { get; }
Property Value
Type | Description |
---|---|
FontStretch |
UltraCondensed
Specifies an ultra-condensed font stretch.
Declaration
public static FontStretch UltraCondensed { get; }
Property Value
Type | Description |
---|---|
FontStretch |
UltraExpanded
Specifies an ultra-expanded font stretch.
Declaration
public static FontStretch UltraExpanded { get; }
Property Value
Type | Description |
---|---|
FontStretch |