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

WpfSvgPalette.SetPalette(DependencyObject, WpfSvgPalette) Method

Sets the value of the WpfSvgPalette.Palette attached property for a specified DependencyObject.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public static void SetPalette(
    DependencyObject element,
    WpfSvgPalette value
)

Parameters

Name Type Description
element DependencyObject

The target DependencyObject element.

value WpfSvgPalette

The required WpfSvgPalette value.

See Also