Image.Sizings Enum

Definition

Defines the sizing behavior for an image.

public: enum class Image::Sizings
public enum Image.Sizings
type Image.Sizings = 
Public Enum Image.Sizings
Inheritance
Image.Sizings

Fields

AutoSize 0

Specifies that the border of the Image should grow/shrink to accommodate the dimensions of the actual image.

Clip 3

Specifies that the actual image should clip to fit the dimensions of the Image.

Fit 1

Specifies that the actual image is resized to exactly match both the Height and Width dimensions.

FitProportional 2

This specifies that the actual image should resize to fit within the Image dimensions, while preserving aspect ratio.

Applies to