发布网友 发布时间:2022-05-19 00:00
共2个回答
热心网友 时间:2023-11-23 17:07
C#中用于组件的背景图像布局的5个选项的意思:
背景图片重复:BackgroundImageLayout属性设置为Tile(默认);
背景图片左边显示:BackgroundImageLayout属性设置为None;
背景图片右边显示:BackgroundImageLayout属性设置为None,同时RightToLeft属性设置为Yes;
背景图片居中显示:BackgroundImageLayout属性设置为Center;
背景图片拉申:BackgroundImageLayout属性设置为Stretch;
背景图片按比例放大到合适大小:BackgroundImageLayout属性设置为Zoom。
热心网友 时间:2023-11-23 17:07
背景图片重复:BackgroundImageLayout属性设置为Tile(默认)热心网友 时间:2023-11-23 17:07
C#中用于组件的背景图像布局的5个选项的意思:
背景图片重复:BackgroundImageLayout属性设置为Tile(默认);
背景图片左边显示:BackgroundImageLayout属性设置为None;
背景图片右边显示:BackgroundImageLayout属性设置为None,同时RightToLeft属性设置为Yes;
背景图片居中显示:BackgroundImageLayout属性设置为Center;
背景图片拉申:BackgroundImageLayout属性设置为Stretch;
背景图片按比例放大到合适大小:BackgroundImageLayout属性设置为Zoom。
热心网友 时间:2023-11-23 17:07
背景图片重复:BackgroundImageLayout属性设置为Tile(默认)