alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ImageShrunk

    Specifies the Image shrunk Modes in SfDiagram.

    Inheritance
    System.Object
    ImageShrunk
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public sealed class ImageShrunk : Enum

    Fields

    BestFit

    Image can be shrunk / expanded by scaling.

    Declaration
    public const ImageShrunk BestFit
    Field Value
    Type
    ImageShrunk

    Expand

    Image can be expanded by scaling.

    Declaration
    public const ImageShrunk Expand
    Field Value
    Type
    ImageShrunk

    None

    Image is not stretched.

    Declaration
    public const ImageShrunk None
    Field Value
    Type
    ImageShrunk

    Shrink

    Image can be shrunk by scaling.

    Declaration
    public const ImageShrunk Shrink
    Field Value
    Type
    ImageShrunk
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved