'Declaration Public Enum ImageScaling Inherits System.Enum
public enum ImageScaling : System.Enum
'Declaration Public Enum ImageScaling Inherits System.Enum
public enum ImageScaling : System.Enum
| Member | Description |
|---|---|
| Clip | Images are clipped to fit within the cell. |
| None | Images are rendered in their original size, regardless of cell size. |
| Scale | Images are scaled to fill the cell while preservind their original aspect ratio. |
| Stretch | Images are stretched to fill the cell. |
System.Object
System.ValueType
System.Enum
C1.Xaml.Word.Canvas.ImageScaling