WpfSvgPalette.ReplaceBrush(String, String, String, out Brush) Method
Allows you to replace colors for the palette.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
public virtual bool ReplaceBrush(
string styleName,
string actualState,
string color,
out Brush result
)
Parameters
Name | Type | Description |
---|---|---|
styleName | String | |
actualState | String | The element state’s String value. |
color | String | |
result | Brush | New Brush value. |
Returns
Type | Description |
---|---|
Boolean | true, if the brush is replaced successfully; otherwise, false. |
Remarks
Refer to the SVG Images topic for more information.
See Also