BaseScaleAppearance(BaseScaleAppearance) Constructor
Initializes a new instance of the BaseScaleAppearance class by copying settings of the specified BaseScaleAppearance object.
Namespace: DevExpress.XtraGauges.Core.Drawing
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
appearance | BaseScaleAppearance | A BaseScaleAppearance object whose settings are copied to the created object. |
See Also