Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeVersion Class / C1ThemeVersion Constructor / C1ThemeVersion Constructor(Version,Version)
The theme XML format version.
The C1.Win.C1Themes assembly version.

In This Topic
    C1ThemeVersion Constructor(Version,Version)
    In This Topic
    Initializes a new instance of the C1ThemeVersion class with the specified theme XML format and theme assembly versions.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal formatVersion As System.Version, _
       ByVal assemblyVersion As System.Version _
    )
    public C1ThemeVersion( 
       System.Version formatVersion,
       System.Version assemblyVersion
    )

    Parameters

    formatVersion
    The theme XML format version.
    assemblyVersion
    The C1.Win.C1Themes assembly version.
    See Also