Avalonia API Reference
C#
VB
F#
Show/Hide TOC
Font
Stretch Enumeration
FontStretch describes relative change from the normal aspect ratio as specified by a font designer for the glyphs in a font.
Definition
Namespace:
Avalonia.Media
Assembly:
Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
C#
Copy
View Source
public
enum
FontStretch
VB
Copy
View Source
Public
Enumeration
FontStretch
F#
Copy
View Source
type
FontStretch
Members
UltraCondensed
1
ExtraCondensed
2
Condensed
3
SemiCondensed
4
Normal
5
SemiExpanded
6
Expanded
7
ExtraExpanded
8
UltraExpanded
9
See Also
Reference
Avalonia.Media Namespace
In This Article
Definition
Members
See Also