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

ArcScaleNeedleOptions.StartOffset Property

Gets or sets the offset of the needle‘s starting point from the Circular scale center.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v19.1.dll

Declaration

public double StartOffset { get; set; }

Property Value

Type Description
Double

A Double value that specifies the start offset of the needle.

Property Paths

You can access this nested property as listed below:

Object Type Path to StartOffset
ArcScaleNeedle
.Options.StartOffset

Remarks

The position of a needle start and end points are defined by the StartOffset and ArcScaleNeedleOptions.EndOffset properties.

The table below illustrates the behavior of the StartOffset property.

StartOffset = 0 StartOffset = 50 StartOffset = -50
Needle_StartOffset_0 Needle_StartOffset_50 Needle_StartOffset_-50

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the StartOffset property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also