FontStretch Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Describes the degree to which a font has been stretched, compared with the normal aspect ratio of that font.

<object property="EnumerationValue"  .../>
value = "EnumerationValue"

Enumeration Values

Value

usWidthClass

% of normal

UltraCondensed

1

50.0%

ExtraCondensed

2

62.5%

Condensed

3

75.0%

SemiCondensed

4

87.5%

Normal

5

100.0%

Medium

5

100.0%

SemiExpanded

6

112.5%

Expanded

7

125.0%

ExtraExpanded

8

150.0%

UltraExpanded

9

200.0%

Managed Equivalent

FontStretch (not a direct equivalent because FontStretch is a class not an enumeration, but FontStretch embodies the functionality of FontStretch in the JavaScript API).

Applies To

FontStretch