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