Skip to main content

BrushObject.Accept(IColorShader) Method

Applies the specified shader to the current brush.

Namespace: DevExpress.XtraGauges.Core.Drawing

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

public void Accept(
    IColorShader shader
)

Parameters

Name Type Description
shader DevExpress.XtraGauges.Core.Drawing.IColorShader

A shader to be applied to the brush.

See Also