共用方式為


DateTimePicker.BackgroundImageLayout 屬性

定義

取得或設定控制點背景影像 DateTimePicker 的佈局。

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 不會影響控制項 DateTimePicker 的外觀。

適用於