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 |