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

BrushObject.Accept(IColorShader) Method

Applies the specified shader to the current brush.

Namespace: DevExpress.XtraGauges.Core.Drawing

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

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