BrushObject.Assign(BrushObject) Method
Copies settings of the specified object to the current object.
Namespace: DevExpress.XtraGauges.Core.Drawing
Assembly: DevExpress.XtraGauges.v25.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| source | BrushObject | A BrushObject object whose settings are copied to the current object. |
See Also