'Declaration
Public Enum ImageSizeMode Inherits System.Enum
public enum ImageSizeMode : System.Enum
'Declaration
Public Enum ImageSizeMode Inherits System.Enum
public enum ImageSizeMode : System.Enum
Member | Description |
---|---|
Clip | Image is clipped to the rectangle. |
Scale | Image is scaled to fill as much of the rectangle as possible, while keeping the original aspect ratio. |
Stretch | Image is stretched to fill the rectangle. |
System.Object
System.ValueType
System.Enum
C1.Xaml.Pdf.ImageSizeMode