Skip to main content

TrackBarEditSettings.TickPlacement Property

Gets or sets the location of ticks.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public TickPlacement TickPlacement { get; set; }

Property Value

Type Description
TickPlacement

A TickPlacement enumeration value that specifies the location of ticks within a track bar.

See Also