Back to Devexpress

ArcScaleBackgroundLayer.Scale Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscalebackgroundlayer-e0285fe1.md

latest1.5 KB
Original Source

ArcScaleBackgroundLayer.Scale Property

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

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public IScale Scale { get; }
vb
Public ReadOnly Property Scale As IScale

Property Value

TypeDescription
DevExpress.XtraGauges.Core.Model.IScale

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

|

Remarks

This property returns the same value as the ArcScaleBackgroundLayer.ArcScale property.

See Also

ArcScale

ArcScaleBackgroundLayer Class

ArcScaleBackgroundLayer Members

DevExpress.XtraGauges.Core.Model Namespace