System.Windows.Forms.ImageLayout 列挙型で定義される背景画像のレイアウトを取得または設定します。
シンタックス
'宣言
Public Overrides Property BackgroundImageLayout As System.Windows.Forms.ImageLayout
public override System.Windows.Forms.ImageLayout BackgroundImageLayout {get; set;}
プロパティ値
System.Windows.Forms.ImageLayout の値の 1 つ (
System.Windows.Forms.ImageLayout.Center、
System.Windows.Forms.ImageLayout.None、
System.Windows.Forms.ImageLayout.Stretch、
System.Windows.Forms.ImageLayout.Tile、または
System.Windows.Forms.ImageLayout.Zoom)。 既定値は
System.Windows.Forms.ImageLayout.Tile です。
例外
例外 | 解説 |
System.ComponentModel.InvalidEnumArgumentException | 指定した列挙値が存在しません。 |
参照