C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1FontStretch Enumeration

C1FontStretch Enumeration
Represents the degree to which a font has been stretched compared to a font's normal aspect ratio.
Syntax
'Declaration
 
Public Enum C1FontStretch 
   Inherits System.Enum
 
Members
MemberDescription
CondensedCondenced.
ExpandedExpanded.
ExtraCondensedExtra condenced.
ExtraExpandedExtra expanded.
MediumMedium.
NormalNormal.
SemiCondensedSemi condensed.
SemiExpandedSemi expanded.
UltraCondensedUltra condenced.
UltraExpandedUltra expanded.
UndefinedUndefined.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Document.C1FontStretch

See Also