Easy Tutorial
❮ Met Websecurity Login Aspnet Sortedlist ❯

ASP.NET Panel Direction Property



Definition and Usage

The Direction property is used to set or return the content display direction of the Panel.

This property is used to specify the display direction of text controls contained within the Panel.

Syntax

Property Description
direction Specifies the content display direction of the panel. Possible values: NotSet - Default. Content direction is not set<br> LeftToRight - Content direction is from left to right<br> RightToLeft - Content direction is from right to left

Example

The following example changes the Direction property of the Panel control:


❮ Met Websecurity Login Aspnet Sortedlist ❯