BaseScaleAppearance(BrushObject, BrushObject) Constructor
Initializes a new instance of the BaseScaleAppearance class with the specified brush.
Namespace: DevExpress.XtraGauges.Core.Drawing
Assembly: DevExpress.XtraGauges.v25.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| border | BrushObject | An object used to initialize the BaseScaleAppearance.Brush property. |
| content | BrushObject | This parameter is ignored. |
See Also