GoDiagram Web Reference
RightToLeft Property

Gets or sets whether this text should be drawn from right to left, when the RightToLeftFromView property is false.
Syntax
'Declaration
 
<DescriptionAttribute("Whether to draw text from right to left, when RightToLeftFromView is false")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Overridable Property RightToLeft As Boolean
[DescriptionAttribute("Whether to draw text from right to left, when RightToLeftFromView is false")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public virtual bool RightToLeft {get; set;}

Property Value

The default value is false.
Remarks
This property is ignored when RightToLeftFromView is true.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoText Class
GoText Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback