'Declaration
Public Enum ImageScaling Inherits System.Enum
public enum ImageScaling : System.Enum
'Declaration
Public Enum ImageScaling Inherits System.Enum
public enum ImageScaling : System.Enum
Member | Description |
---|---|
Clip | Use the image's original size, clipping it to the display area if necessary. |
Hide | Hide the image. |
Scale | Scale the image to fit the display area. This mode may increase or reduce the size of the image while maintaining its aspect ratio. |
Stretch | Stretch the image to fill the display area. This mode will usually change the image's aspect ratio. |
Tile | Tile the image to fill the display area. |
TileStretch | Tile the image into the 3x3 matrix and stretch it to fill the display area. |
TileStretchHorizontal | Tile the image into the row of 3 images and stretch it to fill the display area. |
TileStretchVertical | Tile the image into the column of 3 images and stretch it to fill the display area. |
System.Object
System.ValueType
System.Enum
C1.Framework.ImageScaling