Class XFontStretches
Provides a set of static predefined System.Windows.XFontStretch values.
public static class XFontStretches
- Inheritance
-
XFontStretches
- Inherited Members
Properties
Condensed
Specifies a condensed System.Windows.XFontStretch.
public static XFontStretch Condensed { get; }
Property Value
- XFontStretch
A value that represents a condensed System.Windows.XFontStretch.
Expanded
Specifies an expanded System.Windows.XFontStretch.
public static XFontStretch Expanded { get; }
Property Value
- XFontStretch
A value that represents an expanded System.Windows.XFontStretch.
ExtraCondensed
Specifies an extra-condensed System.Windows.XFontStretch.
public static XFontStretch ExtraCondensed { get; }
Property Value
- XFontStretch
A value that represents an extra-condensed System.Windows.XFontStretch.
ExtraExpanded
Specifies an extra-expanded System.Windows.XFontStretch.
public static XFontStretch ExtraExpanded { get; }
Property Value
- XFontStretch
A value that represents an extra-expanded System.Windows.XFontStretch.
Medium
Specifies a medium System.Windows.XFontStretch.
public static XFontStretch Medium { get; }
Property Value
- XFontStretch
A value that represents a medium System.Windows.XFontStretch.
Normal
Specifies a normal System.Windows.XFontStretch.
public static XFontStretch Normal { get; }
Property Value
- XFontStretch
A value that represents a normal System.Windows.XFontStretch.
SemiCondensed
Specifies a semi-condensed System.Windows.XFontStretch.
public static XFontStretch SemiCondensed { get; }
Property Value
- XFontStretch
A value that represents a semi-condensed System.Windows.XFontStretch.
SemiExpanded
Specifies a semi-expanded System.Windows.XFontStretch.
public static XFontStretch SemiExpanded { get; }
Property Value
- XFontStretch
A value that represents a semi-expanded System.Windows.XFontStretch.
UltraCondensed
Specifies an ultra-condensed System.Windows.XFontStretch.
public static XFontStretch UltraCondensed { get; }
Property Value
- XFontStretch
A value that represents an ultra-condensed System.Windows.XFontStretch.
UltraExpanded
Specifies an ultra-expanded System.Windows.XFontStretch.
public static XFontStretch UltraExpanded { get; }
Property Value
- XFontStretch
A value that represents an ultra-expanded System.Windows.XFontStretch.