Back to Devexpress

ArcScaleMarker.ShapeOffset Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscalemarker-c4989ed8.md

latest1.5 KB
Original Source

ArcScaleMarker.ShapeOffset Property

Gets or sets the offset of the marker’s center from the scale arc.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[DefaultValue(0F)]
public float ShapeOffset { get; set; }
vb
<DefaultValue(0F)>
Public Property ShapeOffset As Single

Property Value

TypeDefaultDescription
Single0

The offset of the marker’s center from the scale arc, in relative coordinates.

|

Remarks

See Coordinate System, to learn about relative coordinates.

See Also

Coordinate System

ArcScaleMarker Class

ArcScaleMarker Members

DevExpress.XtraGauges.Core.Model Namespace