WpfSvgPalette.GetPalette(DependencyObject) Method
In This Article
Gets the value of the WpfSvgPalette.Palette attached property for a specified DependencyObject.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static WpfSvgPalette GetPalette(
DependencyObject element
)
#Parameters
Name | Type | Description |
---|---|---|
element | Dependency |
The target Dependency |
#Returns
Type | Description |
---|---|
Wpf |
The element’s Wpf |
See Also