ComponentOne Document Library for WinForms
C1FontStretch Enumeration

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace : 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
public enum C1FontStretch : System.Enum 
Members
MemberDescription
CondensedCondenced.
ExpandedExpanded.
ExtraCondensedExtra condenced.
ExtraExpandedExtra expanded.
MediumMedium.
NormalNormal.
SemiCondensedSemi condensed.
SemiExpandedSemi expanded.
UltraCondensedUltra condenced.
UltraExpandedUltra expanded.
Undefined 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Document.C1FontStretch

See Also

Reference

C1.Win.C1Document Namespace