ScrollBar.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 其中一個值 (置中、無、自動縮放、並排顯示或縮放)。 並排顯示是預設值。

屬性

適用於

另請參閱