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

    Gets or sets the maximum scale factor to which users can zoom in the image. This is a dependency property.

    Namespace: DevExpress.Xpf.Editors

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public double MaxZoomFactor { get; set; }

    Property Value

    Type Default Description
    Double 20

    The maximum scale factor to which users can zoom in the image.

    See Also