Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeFormat Enumeration

In This Topic
    C1ThemeFormat Enumeration
    In This Topic
    Specifies the C1Theme persistence format.
    Syntax
    'Declaration
     
    Public Enum C1ThemeFormat 
       Inherits System.Enum
    public enum C1ThemeFormat : System.Enum 
    Members
    MemberDescription
    CompressedA theme is represented by a zip file.
    XmlA theme is represented by a XML file.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Themes.C1ThemeFormat

    See Also