Back to Devexpress

ArcScaleNeedle.ArcScale Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscaleneedle-340ac29c.md

latest1.2 KB
Original Source

ArcScaleNeedle.ArcScale Property

Gets or sets the scale object to which the current ArcScaleNeedle 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

ArcScaleNeedle Class

ArcScaleNeedle Members

DevExpress.XtraGauges.Core.Model Namespace