ScaleType

Determines how an image (of a ImageLabel or ImageButton) is scaled.

Items

NameValueSummary
Stretch0

The image is stretched to fit within the element.

Slice1

9-Slice scaling: slice the image into 9 regions and apply different scaling rules to each region. The slice boundaries are determined by ImageLabel.SliceCenter or ImageButton.SliceCenter. See UI 9-Slice Design for more information. .

Tile2

The image is tiled to fit within the element. For example, if the element is twice the X dimension of the image, the image will appear twice (2 tiles).

Fit3

The image is scaled fit within the element X or Y dimension (whichever fits first).

Crop4

The image is cropped to fit within the element.

On this page