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 值。 這些值為 CenterNoneStretchTileZoomCenter 為預設值。

屬性

例外狀況

指定的列舉值不存在。

備註

這個屬性與這個類別無關。

適用於