'Declaration
Public Enum ForeImageLayout Inherits System.Enum
public enum ForeImageLayout : System.Enum
'Declaration
Public Enum ForeImageLayout Inherits System.Enum
public enum ForeImageLayout : System.Enum
Member | Description |
---|---|
Clip | The image is clipped if necessary. |
ClipNoPadding | The image is displayed as it is and doesn't take into account the owner's Padding. |
ScaleInner | Scale the image to fit into the available area. |
ScaleOuter | Scale the image to fill the whole available area. |
Stretch | Stretch the image to fill the available area. |
Tile | The image is tiled across the available area. |
TileStretch | Tile the image into the 3x3 matrix and stretch it to fill the available area. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Tile.ForeImageLayout