ImageLayout 枚举

定义

指定控件上图像的位置。

public enum class ImageLayout
public enum ImageLayout
type ImageLayout = 
Public Enum ImageLayout
继承
ImageLayout

字段

Center 2

图像在控件的矩形工作区中居中显示。

None 0

图像沿控件的矩形工作区顶部左对齐。

Stretch 3

图像沿控件的矩形工作区拉伸。

Tile 1

图像沿控件的矩形工作区平铺。

Zoom 4

图像在控件的矩形工作区中放大。

适用于