Northwoods.Go Assembly > Northwoods.Go Namespace > GoText Class : RightToLeftFromView Property |
RightToLeft
property governs how the string is drawn, or whether this text object's RightToLeft property takes precedence.'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;}
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.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