Theme(String) Constructor
In This Article
Initializes a new instance of the Theme class with the specified name.
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. |
See Also