C#中用于组件的背景图像布局的5个选项的意思:
背景图片重复:BackgroundImageLayout属性设置为Tile(默认);
背景图片左边显示:BackgroundImageLayout属性设置为None;
背景图片右边显示:BackgroundImageLayout属性设置为None,同时RightToLeft属性设置为Yes;
背景图片居中显示:BackgroundImageLayout属性设置为Center;
背景图片拉申:BackgroundImageLayout属性设置为Stretch;
背景图片按比例放大到合适大小:BackgroundImageLayout属性设置为Zoom。
背景图片重复:BackgroundImageLayout属性设置为Tile(默认)
背景图片左边显示:BackgroundImageLayout属性设置为None
背景图片右边显示:BackgroundImageLayout属性设置为None,同时RightToLeft属性设置为Yes
背景图片居中显示:BackgroundImageLayout属性设置为Center
背景图片拉申:BackgroundImageLayout属性设置为Stretch
背景图片按比例放大到合适大小:BackgroundImageLayout属性设置为Zoom