Skip to main content
A newer version of this page is available. .

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

Declaration

[XtraSerializableProperty]
[DefaultValue(0F)]
public float ShapeOffset { get; set; }

Property Value

Type Default Description
Single 0

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

Remarks

MarkerOffset

See Coordinate System, to learn about relative coordinates.

See Also