Image.Sizings 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.
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
Name | Value | Description |
---|---|---|
AutoSize | 0 | Specifies the Autosize sizing behavior. |
Fit | 1 | Specifies the Fit sizing behavior. |
FitProportional | 2 | Specifies the FitProportional sizing behavior. |
Clip | 3 | Specifies the Clip sizing behavior. |