Skip to main content

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.v14.2.dll

#Declaration

[Browsable(true)]
public BaseEditStyleSettings StyleSettings { get; set; }

#Property Value

Type Description
BaseEditStyleSettings

A DevExpress.Xpf.Editors.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