GoDiagram Web Reference
RightToLeftFromView Property

Gets or sets whether the view's RightToLeft property governs how the string is drawn, or whether this text object's RightToLeft property takes precedence.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Whether the view's RightToLeft property takes precedence over this text object's RightToLeft property")>
<DefaultValueAttribute()>
Public Overridable Property RightToLeftFromView As Boolean
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Whether the view's RightToLeft property takes precedence over this text object's RightToLeft property")]
[DefaultValueAttribute()]
public virtual bool RightToLeftFromView {get; set;}

Property Value

This defaults to true, which means the GoView's RightToLeft property will affect the appearance of the text. However, for GoDiagram Web, since the ASP.NET Web Forms Controls don't support a RightToLeft property, this property is ignored and the value is assumed to be false.
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