Back to Devexpress

ArcScaleMarker.ShapeScale Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscalemarker-257f21c1.md

latest1.5 KB
Original Source

ArcScaleMarker.ShapeScale Property

Gets or sets the marker’s scale along the X and Y axes.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public FactorF2D ShapeScale { get; set; }
vb
Public Property ShapeScale As FactorF2D

Property Value

TypeDescription
DevExpress.XtraGauges.Core.Base.FactorF2D

A Factor2D structure that specifies the marker’s scale factors along the X and Y axes.

|

Remarks

Use the ShapeScale property to zoom the marker in or out relative to other gauge elements. The XFactor and YFactor attributes of the ShapeScale object specify the scale factors along the X and Y axes. If they are set to (1,1), the marker is displayed in its original size. The lesser the values, the smaller the marker; the greater the values, the larger the marker.

See Also

ArcScaleMarker Class

ArcScaleMarker Members

DevExpress.XtraGauges.Core.Model Namespace