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

WpfSvgPalette.ReplaceBrush(String, String, String, out Brush) Method

Allows you to replace colors for the palette.

Namespace: DevExpress.Xpf.Core

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

Declaration

public virtual bool ReplaceBrush(
    string styleName,
    string actualState,
    string color,
    out Brush result
)

Parameters

Name Type
styleName String
actualState String
color String
result Brush

Returns

Type
Boolean

Remarks

Refer to the SVG Image Palettes topic to learn more.

See Also