Bagikan melalui


GenericWebPart.Width Properti

Definisi

Mendapatkan atau mengatur lebar (dalam piksel) kontrol.

public:
 virtual property System::Web::UI::WebControls::Unit Width { System::Web::UI::WebControls::Unit get(); void set(System::Web::UI::WebControls::Unit value); };
public override System.Web.UI.WebControls.Unit Width { get; set; }
member this.Width : System.Web.UI.WebControls.Unit with get, set
Public Overrides Property Width As Unit

Nilai Properti

Unit yang menunjukkan lebar kontrol.

Keterangan

Properti ini mengambil alih properti dasar sehingga Anda bisa mendapatkan atau mengatur lebar pada kontrol anak seolah-olah itu adalah kontrol yang benar WebPart .

Berlaku untuk

Lihat juga