Enum ImageShrunk
Specifies the Image shrunk Modes in SfDiagram.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum ImageShrunk
Fields
| Name | Description |
|---|---|
| BestFit | Image can be shrunk / expanded by scaling. |
| Expand | Image can be expanded by scaling. |
| None | Image is not stretched. |
| Shrink | Image can be shrunk by scaling. |