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

TrackBarEdit.IsZoom Property

Gets whether a track bar displays zoom buttons.

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool IsZoom { get; }

Property Value

Type Description
Boolean

true if a track bar displays zoom buttons; otherwise, false.

Remarks

The IsZoom property returns true, if the BaseEdit.StyleSettings property is set to a TrackBarZoomStyleSettings or TrackBarZoomRangeStyleSettings object.

See Also