Gets or sets a value indicating whether the text direction is from right to left.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public virtual bool RightToLeft { get; set; } |
| Visual Basic |
|---|
Public Overridable Property RightToLeft As Boolean
Get
Set |
| Visual C++ |
|---|
public:
virtual property bool RightToLeft {
bool get ();
void set (bool value);
} |
| F# |
|---|
abstract RightToLeft : bool with get, set
override RightToLeft : bool with get, set |
Property Value
Type:
Booleantrue if the text direction is from right to left; otherwise,
false.
See Also