Skip to main content

TickmarkOptions.Offset Property

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

Namespace: DevExpress.UI.Xaml.Gauges

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public double Offset { get; set; }

#Property Value

Type Description
Double

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

See Also