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.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(-49, Handler = "NotifyDependencyPropertyChanged")]
public double Offset { get; set; }

Property Value

Type Description
Double

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

See Also