Theme Constructors
A WPF theme.| Name | Parameters | Description |
|---|---|---|
| Theme(String, String, String, Uri, Uri, Uri) | name, fullName, category, smallGlyphUri, largeGlyphUri, svgGlyphUri | Initializes a new instance of the Theme class with the specified settings. |
| Theme(String) | name | Initializes a new instance of the Theme class with the specified name. |
See Also