Back to Devexpress

ArcScaleBackgroundLayer.ArcScale Property

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

latest1.3 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public IArcScale ArcScale { get; set; }
vb
Public Property ArcScale As IArcScale

Property Value

TypeDescription
DevExpress.XtraGauges.Core.Model.IArcScale

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

|

See Also

ArcScaleBackgroundLayer Class

ArcScaleBackgroundLayer Members

DevExpress.XtraGauges.Core.Model Namespace