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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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