Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.8 Assembly / C1.Win.C1Document Namespace / StretchEnum Enumeration

In This Topic
    StretchEnum Enumeration
    In This Topic
    Defines how line is drawn within shape.
    Syntax
    'Declaration
     
    Public Enum StretchEnum 
       Inherits System.Enum
    public enum StretchEnum : System.Enum 
    Members
    MemberDescription
    NoneThe content preserves its original size when the bounds are resized.
    StretchThe content is resized with bounds accordingly.
    UniformThe content is resized with bounds accordingly and preserves its native aspect ratio.
    Inheritance Hierarchy

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

    See Also