Skip to main content
A newer version of this page is available. .

ThemePalette(String, ThemePaletteBase) Constructor

Initializes a new instance of the ThemePalette class with the specified name and base palette.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public ThemePalette(
    string name,
    ThemePaletteBase basePalette
)

Parameters

Name Type Description
name String

A value that specifies the palette name. This value is assigned to the ThemePaletteBase.Name property.

basePalette ThemePaletteBase

A value that specifies the base palette. This value is assigned to the ThemePaletteBase property.

See Also