'Declaration
Public Enum BackgroundImageLayout Inherits System.Enum
public enum BackgroundImageLayout : System.Enum
'Declaration
Public Enum BackgroundImageLayout Inherits System.Enum
public enum BackgroundImageLayout : System.Enum
Member | Description |
---|---|
Center | The image is centered within the control's client rectangle. |
None | The image is left-aligned at the top across the control's client rectangle. |
Stretch | The image is stretched across the control's client rectangle. |
Tile | The image is tiled across the control's client rectangle. |
TileStretch | The image is split into nine pieces and tiled within the control's client rectangle. Center tiles are stretched, corner tiles are rendered with the original size. |
Zoom | The image is enlarged within the control's client rectangle. |
System.Object
System.ValueType
System.Enum
C1.Win.C1SuperTooltip.BackgroundImageLayout