ListView.BackgroundImageLayout 屬性

定義

取得或設定 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

其中一個 ImageLayout 值。

屬性

例外狀況

指定的值不是其中一個 ImageLayout 值。

備註

此屬性不會影響控制項的背景影像 ListView 配置,因此它不會顯示在設計工具中,或是透過IntelliSense顯示。

適用於