Determines whether DrawText should render text RightToLeft.
[Visual Basic]
Public Property RightToLeft As Boolean
[C#]
public bool RightToLeft {get; set;}
A Boolean value. True if the text is rendered right to left; otherwise, false. Default is false.
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.