Back to Devexpress

TrackBarEdit.StyleSettings Property

wpf-devexpress-dot-xpf-dot-editors-dot-trackbaredit-ca27b784.md

latest1.8 KB
Original Source

TrackBarEdit.StyleSettings Property

Gets or sets an object that defines the appearance and behavior of the TrackBarEdit.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(true)]
public BaseEditStyleSettings StyleSettings { get; set; }
vb
<Browsable(True)>
Public Property StyleSettings As BaseEditStyleSettings

Property Value

TypeDescription
BaseEditStyleSettings

A BaseEditStyleSettings descendant that defines the appearance and behavior of the TrackBarEdit.

|

Remarks

A TrackBarEdit supports four built-in styles which define its appearance and behavior: Native (TrackBarStyleSettings), Range (TrackBarRangeStyleSettings), Zoom (TrackBarZoomStyleSettings) and ZoomRange (TrackBarZoomRangeStyleSettings).

See Also

TrackBarEdit Class

TrackBarEdit Members

DevExpress.Xpf.Editors Namespace