Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / SizeType Enumeration

In This Topic
    SizeType Enumeration
    In This Topic
    Specifies the units for measuring size.
    Syntax
    'Declaration
     
    Public Enum SizeType 
       Inherits System.Enum
    public enum SizeType : System.Enum 
    Members
    MemberDescription
    Percent Specifies percentage as the unit for measuring size.
    Pixel Specifies device pixels as the unit for measuring size.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Editor.UICustomization.SizeType

    See Also