UIImageResizingMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of values that specify how a UIImage ought to be resized.
public enum UIImageResizingMode
type UIImageResizingMode =
- Inheritance
-
UIImageResizingMode
Fields
Name | Value | Description |
---|---|---|
Tile | 0 | The contents of the original image are repeated as necessary to fill the interior of the new image. |
Stretch | 1 | The contents of the original image are scaled to fill the interior of the new image. |