BrushObject.Accept(IColorShader) Method
Applies the specified shader to the current brush.
Namespace: DevExpress.XtraGauges.Core.Drawing
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
shader | DevExpress.XtraGauges.Core.Drawing.IColorShader | A shader to be applied to the brush. |
See Also