Skip to main content

TickmarkOptions.Offset Property

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

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.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