RightToLeft Property (Page)
In This Topic
Gets or sets a value indicating whether [right to left].
Syntax
'Declaration
Public Property RightToLeft As Boolean
public bool RightToLeft {get; set;}
Property Value
true
if [right to left]; otherwise,
false
.
See Also