Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • UpdateMergeImageFieldMode Enum

    Lists the values that specify how the SnapImage dimensions are controlled.

    Namespace: DevExpress.Snap.Core.Fields

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    [ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
    public enum UpdateMergeImageFieldMode

    Members

    Name Description
    KeepSize

    The SnapImage dimensions are controlled by its Size property.

    KeepScale

    The SnapImage dimensions are controlled by its ScaleX and ScaleY properties.

    Related API Members

    The following properties accept/return UpdateMergeImageFieldMode values:

    See Also