Skip to main content
All docs
V23.2

ImageEditToEditModeBehavior.ZoomCommand Property

Gets the command that zooms the image by the specified scale factor.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ICommand ZoomCommand { get; }

Property Value

Type Description
ICommand

The command that zooms the image by the specified scale factor.

Remarks

MaxZoomFactor and MinZoomFactor properties specify the maximum/minimum scale factor to which users can zoom the image.

See Also