Control.BackgroundImageLayout 属性

定义

获取或设置在 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 的值(CenterNoneStretchTileZoom)之一。 默认值为 Tile

例外

指定的枚举值不存在。

注解

BackgroundImageLayout使用 属性指定放置在控件上的图像的位置和行为。 BackgroundImageLayout 仅当设置了 属性时才会 BackgroundImage 生效。

如果设置为 BackgroundImageLayout 以外的 Tile其他内容,则可以提高大型图像的性能。

适用于

另请参阅