Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1FontStretch Enumeration

In This Topic
    C1FontStretch Enumeration
    In This Topic
    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