Control.BackgroundImageLayout 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置在 ImageLayout 枚举中定义的背景图像布局。
public:
virtual property System::Windows::Forms::ImageLayout BackgroundImageLayout { System::Windows::Forms::ImageLayout get(); void set(System::Windows::Forms::ImageLayout value); };
public virtual System.Windows.Forms.ImageLayout BackgroundImageLayout { get; set; }
member this.BackgroundImageLayout : System.Windows.Forms.ImageLayout with get, set
Public Overridable Property BackgroundImageLayout As ImageLayout
属性值
ImageLayout 的值(Center、None、Stretch、Tile 或 Zoom)之一。 默认值为 Tile。
例外
指定的枚举值不存在。
注解
BackgroundImageLayout使用 属性指定放置在控件上的图像的位置和行为。 BackgroundImageLayout 仅当设置了 属性时才会 BackgroundImage 生效。
如果设置为 BackgroundImageLayout 以外的 Tile其他内容,则可以提高大型图像的性能。