Skip to main content
A newer version of this page is available. .

TrackBarEditSettings.TickPlacement Property

Gets or sets the location of ticks.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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