From http://www.w3schools.com (Copyright Refsnes Data)
Complete Panel Control Reference
The Direction property is used to set or return the ontent display direction of the Panel.
This property is used specify the display direction for controls that include text in the Panel.
|
<asp:Panel Direction="direction" runat="server"> Some Content </asp:Panel> |
| Attribute | Description |
|---|---|
| direction | Specifies the content display direction of the panel Possible values:
|
ExampleThe following example changes the Direction property for a Panel control:
Show example » |
Complete Panel Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)