ASP.NET TableRow VerticalAlign 屬性

2018-09-20 12:43 更新

ASP.NET TableRow VerticalAlign 屬性


TableRow 控件 TableRow 控件

定義和用法

VerticalAlign 屬性用于設置或返回在 TableRow 控件中內(nèi)容的垂直對齊方式。

語法

<asp:TableRow VerticalAlign="align" runat="server">
Some Content
</asp:TableRow>
?
屬性 描述
align 規(guī)定內(nèi)容的垂直對齊方式。

可能的值:

  • Bottom
  • Middle
  • NotSet
  • Top


實例

下面的實例設置了 TableRow 控件的 VerticalAlign 屬性:

<form runat="server">
<asp:Table id="tab1" runat="server">
<asp:TableRow VerticalAlign="Middle">
<asp:TableCell>
Hello!
</asp:TableCell>
<asp:TableCell>
Hello!
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</form>

演示實例 ?

TableRow 控件 TableRow 控件
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號