ListBox.BackgroundImageLayout プロパティ

定義

ListBox 列挙体で定義された ImageLayout の背景イメージ レイアウトを取得または設定します。

public:
 virtual property System::Windows::Forms::ImageLayout BackgroundImageLayout { System::Windows::Forms::ImageLayout get(); void set(System::Windows::Forms::ImageLayout value); };
[System.ComponentModel.Browsable(false)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.BackgroundImageLayout : System.Windows.Forms.ImageLayout with get, set
Public Overrides Property BackgroundImageLayout As ImageLayout

プロパティ値

ImageLayout の値の 1 つです。 値は、CenterNoneStretchTile、または Zoom です。 既定値は Center です。

属性

例外

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

注釈

このクラスでは、このプロパティは使用されません。

適用対象