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

ArcScaleBackgroundLayer.ArcScale Property

Gets or sets the scale object to which the current ArcScaleBackgroundLayer object is linked.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

public IArcScale ArcScale { get; set; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Model.IArcScale

An IArcScale object that represents the scale to which the current object is linked.

See Also