Theme(String, String, String, Uri, Uri, Uri) Constructor
Initializes a new instance of the Theme class with the specified settings.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String that specifies the theme name. This value is assigned to the Theme. |
full |
String | A String that specifies the theme full name. This value is assigned to the Theme. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
category | String | "Standard Themes" | A String that specifies the name of the theme category. This value is assigned to the Theme. |
small |
Uri | null | A Uri that specifies the uniform resource identifier of the theme small icon. This value is assigned to the Theme. |
large |
Uri | null | A Uri that specifies the uniform resource identifier of the theme large icon. This value is assigned to the Theme. |
svg |
Uri | null | A Uri that specifies the uniform resource identifier of the theme vector (SVG) icon. This value is assigned to the Theme. |