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

TickmarkOptions.Offset Property

Gets or sets the offset of tickmarks shown on a scale.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v18.2.dll

Declaration

public double Offset { get; set; }

Property Value

Type Description
Double

A Double value that specifies the tickmark position on a scale.

Property Paths

You can access this nested property as listed below:

Object Type Path to Offset
ArcScale
LinearScale
Scale
See Also