Skip to main content
All docs
V25.1
  • ImageEditToEditModeBehavior.ZoomCommand Property

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

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v25.1.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