RightToLeft Property (TextBox)
Sets or returns a value indicating whether control's elements are aligned to support locales using right-to-left fonts.
public bool RightToLeft {get; set;}
'Declaration
Public Property RightToLeft As Boolean
Property Value
true
if [right to left]; otherwise,
false
.