共用方式為


TrackBar.BackgroundImageLayout 屬性

定義

取得或設定 ImageLayout 值;但是,設定這個屬性對於 TrackBar 控制項不會有任何作用。

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 值。

屬性

備註

BackgroundImageLayout設定屬性不會影響 TrackBar 控制項;因此,此屬性不會顯示在設計工具或 IntelliSense 中。

適用於