Share via


Image.Sizings Enum

Definition

Specifies the behavior of an Image if the actual image does not fit within the specified size of the image as denoted by Height and Width.

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

Fields

AutoSize 0

Specifies the Autosize sizing behavior.

Clip 3

Specifies the Clip sizing behavior.

Fit 1

Specifies the Fit sizing behavior.

FitProportional 2

Specifies the FitProportional sizing behavior.

Applies to