ASP.NET TextAlign ÊôÐÔ

¶¨ÒåºÍÓ÷¨

TextAlign ÊôÐÔÓÃÓÚ»ñÈ¡»òÉèÖà CheckBoxList ÏîÄ¿µÄÎı¾µÄÎı¾¶ÔÆë·½Ê½¡£

Óï·¨

<asp:CheckBoxList TextAlign="align" runat="server">
some content
</asp:CheckBoxList>
ÊôÐÔ ÃèÊö
align

ΪÁбíÏîÄ¿¹æ¶¨Îı¾µÄ¶ÔÆë·½Ê½¡£

¿ÉÄܵÄÖµ£º

  • Left
  • Right (default)

ʵÀý

ÏÂÃæµÄÀý×Ó°Ñ CheckBoxList ¿Ø¼þÖÐµÄ TextAlign ÊôÐÔÉèÖÃΪ "Left"£º

<form runat="server">
<asp:CheckBoxList id="rb1" runat="server" TextAlign="Left">

Some content

</asp:CheckBoxList>
</form>

ʵÀý

ÉèÖà CheckBoxList ¿Ø¼þµÄ TextAlign ÊôÐÔ