Back to Devexpress

TrackBarEdit.IsZoom Property

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

latest1.3 KB
Original Source

TrackBarEdit.IsZoom Property

Gets whether a track bar displays zoom buttons.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsZoom { get; }
vb
Public ReadOnly Property IsZoom As Boolean

Property Value

TypeDescription
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

TrackBarEdit Class

TrackBarEdit Members

DevExpress.Xpf.Editors Namespace