[]
Specifies how to render images into a rectangle.
public enum ImageSizeMode
Name | 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. |