ImageLayout

设置窗口背景图片的排列方式,ImageLayout型枚举,可选值有:

Center: 居中
None:   左上角
Stretch:缩放
Tile:   平铺
Zoom:   保持比例缩放。

示例

With Forms("窗口1")
    .Image = GetImage(
"broculo.png")
    .ImageLayout = ImageLayout.Zoom

End
With


本页地址:http://www.foxtable.com/webhelp/topics/1852.htm