CultureDirection Enumeration |
Allows specification of the UI culture direction.
Generally, this applies to the HTML's direction attribute value.
Namespace:
Dundas.BI.Web
Assembly:
Dundas.BI.Web.Core (in Dundas.BI.Web.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic enum CultureDirection
Public Enumeration CultureDirection
public enum class CultureDirection
Members|
| Member name | Value | Description |
|---|
| Auto | 0 |
Automatically determine the culture direction from the current culture. This is done on the server, and is not
the same as HTML's 'auto' value for the direction attribute.
|
| LeftToRight | 1 |
Left-to-right direction.
|
| RightToLeft | 2 |
Right-to-left direction.
|
See Also