InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / AutoSizeElement Enumeration

In This Topic
    AutoSizeElement Enumeration
    In This Topic
    Specifies how the XView control should size the element it contains.
    Syntax
    'Declaration
     
    Public Enum AutoSizeElement 
       Inherits System.Enum
    public enum AutoSizeElement : System.Enum 
    Members
    MemberDescription
    BothAuto size element by client area size.
    HeightAuto size element by client area height.
    NoneNo autosizing.
    WidthAuto size element by client area width.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.AutoSizeElement

    See Also