指定 ButtonBar 控件上背景图片的绘制方式。

命名空间:  SuperMap.Desktop.UI
程序集:  SuperMap.Desktop.UI.Controls (in SuperMap.Desktop.UI.Controls)
版本: dll

语法

C#
public enum ButtonBarImageDrawMode

成员

成员名称描述
Stretched
图片将被拉伸或者压缩以适应 ButtonBar 控件的大小。
Tiled
控件上图片以平铺的方式显示。
Centered
如果控件比图片大,则图片居中显示。如果图片比控件大,则图片居中显示,超出控件边界的部分将被裁减掉。

请参见