Skip to main content

TrackBarEditSettings.TickFrequency Property

Gets or sets a value that specifies the delta between ticks drawn on a track bar.

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public double TickFrequency { get; set; }

Property Value

Type Description
Double

A Double value that specifies the delta between ticks.

Remarks

A location of ticks is specified by the TrackBarEdit.TickPlacement property.

See Also