ASP.NET HorizontalAlign ÊôÐÔ

¶¨ÒåºÍÓ÷¨

HorizontalAlign ÊôÐÔÓÃÓÚÉèÖûò·µ»Ø TableRow ¿Ø¼þÖÐÄÚÈݵÄˮƽ¶ÔÆë·½Ê½¡£

Óï·¨

<asp:TableRow HorizontalAlign="align" runat="server">
Some Content
</asp:TableRow>
ÊôÐÔ ÃèÊö
align

¹æ¶¨ÄÚÈݵÄˮƽ¶ÔÆë·½Ê½¡£

¿ÉÄܵÄÖµ£º

  • Center
  • Justify
  • Left
  • NotSet £¨Ä¬ÈÏ£©
  • Right

ʵÀý

ÏÂÃæµÄÀý×ÓÉèÖÃÁË TableRow ¿Ø¼þµ½ HorizontalAlign ÊôÐÔ£º

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

ʵÀý

ÉèÖà TableRow ¿Ø¼þµÄ Horizontal ¶ÔÆë·½Ê½