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

    Gets or sets the minimum scale factor to which users can zoom out 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 MinZoomFactor { get; set; }

    Property Value

    Type Default Description
    Double 0.05

    The minimum scale factor to which users can zoom out the image.

    See Also