[]
Represents theme XML format's, and theme assembly's version info.
public class C1ThemeVersion
Name | Description |
---|---|
C1ThemeVersion() | Initializes a new instance of the C1ThemeVersion class. |
C1ThemeVersion(string, string) | Initializes a new instance of the C1ThemeVersion class with the specified theme XML format and theme assembly versions. |
C1ThemeVersion(Version, Version) | Initializes a new instance of the C1ThemeVersion class with the specified theme XML format and theme assembly versions. |
Name | Description |
---|---|
AssemblyVersion | Gets the C1.Win.Themes assembly version. |
FormatVersion | Gets the theme XML format version. |
Name | Description |
---|---|
Parse(string, bool, C1ThemeVersion) | Converts a string to a C1ThemeVersion object. |
ToString() | Overridden. Returns a string that represents the current object. |