共用方式為


Style.Height 屬性

定義

取得或設定網頁伺服器控制的高度。

public:
 property System::Web::UI::WebControls::Unit Height { System::Web::UI::WebControls::Unit get(); void set(System::Web::UI::WebControls::Unit value); };
[System.ComponentModel.Bindable(true)]
public System.Web.UI.WebControls.Unit Height { get; set; }
public System.Web.UI.WebControls.Unit Height { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Height : System.Web.UI.WebControls.Unit with get, set
member this.Height : System.Web.UI.WebControls.Unit with get, set
Public Property Height As Unit

屬性值

代表網頁伺服器控制高度的 A Unit 。 預設值為 Empty,表示此性質未被設定。

屬性

例外狀況

備註

利用屬性 Height 來指定或決定網頁伺服器控制項的高度。 此性質以 Unit為 。

適用於

另請參閱