From http://www.w3schools.com (Copyright Refsnes Data)
Complete Panel Control Reference
The HorizontalAlign property is used to set or return horizontal alignment of the content in the Panel Control.
|
<asp:Panel HorizontalAlign="align" runat="server"> Some Content </asp:Panel> |
| Attribute | Description |
|---|---|
| align | Specifies the horizontal alignment of the content. Possible values:
|
ExampleThe following example sets the HorizontalAlign property of a Panel control:
Show example » |
Complete Panel Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)