WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum Sizing - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum Sizing

    Specifies the behavior of an Image if the actual image does not fit within the specified size of the image.

    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.ReportControls.Wpf.dll
    Syntax
    public enum Sizing

    Fields

    Name Description
    AutoSize

    Specifies that the border of the Image should grow/shrink to accommodate the dimensions of the actual image.

    Clip

    Specifies that the actual image should clip to fit the dimensions of the Image.

    Fit

    Specifies that the actual image is resized to exactly match both the physical height and physical width.

    FitProportional

    Specifies that the actual image should resize to fit within the Image dimensions, while preserving aspect ratio.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved