Back to Devexpress

ArcScaleNeedle.EndOffset Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscaleneedle-3980395d.md

latest1.8 KB
Original Source

ArcScaleNeedle.EndOffset Property

Gets or sets the offset of the needle’s end point 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 EndOffset { get; set; }
vb
<DefaultValue(0F)>
Public Property EndOffset As Single

Property Value

TypeDefaultDescription
Single0

The offset of the needle’s end point from the scale arc, in relative coordinates.

|

Remarks

To specify the offset of the needle’s starting point, use the ArcScaleNeedle.StartOffset property.

See Coordinate System, to learn about relative coordinates.

See Also

StartOffset

Coordinate System

ArcScaleNeedle Class

ArcScaleNeedle Members

DevExpress.XtraGauges.Core.Model Namespace