ImageLayout 列舉
定義
指定影像在控制項上的位置。Specifies the position of the image on the control.
public enum class ImageLayout
public enum ImageLayout
type ImageLayout =
Public Enum ImageLayout
- 繼承
欄位
Center | 2 | 在控制項的用戶端矩形內,影像靠中對齊。The image is centered within the control's client rectangle. |
None | 0 | 控制項的用戶端矩形內,影像靠左上對齊。The image is left-aligned at the top across the control's client rectangle. |
Stretch | 3 | 在控制項的用戶端矩形內展開影像。The image is stretched across the control's client rectangle. |
Tile | 1 | 在控制項的用戶端矩形內,並排顯示影像。The image is tiled across the control's client rectangle. |
Zoom | 4 | 在控制項的用戶端矩形內,放大影像。The image is enlarged within the control's client rectangle. |