UpDownBase.BackgroundImageLayout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 BackgroundImage 之 UpDownBase 的配置。
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 值。
- 屬性
備註
屬性 BackgroundImageLayout 對控制項的外觀 UpDownBase 沒有任何作用;因此,它會隱藏在設計工具中,並從 IntelliSense 隱藏。