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 の値の 1 つ (CenterNoneStretchTile、または Zoom)。 既定値は Tile です。

例外

指定した列挙値が存在しません。

注釈

コントロールに BackgroundImageLayout 配置したイメージの位置と動作を指定するには、 プロパティを使用します。 BackgroundImageLayout は、 プロパティが BackgroundImage 設定されている場合にのみ有効です。

を 以外Tileに設定BackgroundImageLayoutすると、大きなイメージのパフォーマンスを向上させることができます。

適用対象

こちらもご覧ください