Back to Devexpress

ThemePalette(String, ThemePaletteBase) Constructor

wpf-devexpress-dot-xpf-dot-core-dot-themepalette-dot-ctor-x28-system-dot-string-devexpress-dot-xpf-dot-core-dot-themepalettebase-x29.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ThemePalette(
    string name,
    ThemePaletteBase basePalette
)
vb
Public Sub New(
    name As String,
    basePalette As ThemePaletteBase
)

Parameters

NameTypeDescription
nameString

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

ThemePalette Class

ThemePalette Members

DevExpress.Xpf.Core Namespace