Northwoods.Go Assembly > Northwoods.Go Namespace > GoText Class : Alignment Property |
'Declaration <CategoryAttribute("Appearance")> <DefaultValueAttribute()> <DescriptionAttribute("The text alignment.")> Public Overridable Property Alignment As Integer
[CategoryAttribute("Appearance")] [DefaultValueAttribute()] [DescriptionAttribute("The text alignment.")] public virtual int Alignment {get; set;}
Control.RightToLeft
for any GoView. However, the GoView.RightToLeft
or RightToLeft property does affect where the text is drawn for that view. When GoView.RightToLeft
property value is RightToLeft.Yes
, or when RightToLeftFromView is false and RightToLeft is true, then text whose Alignment is on the left (such as TopLeft) will actually be drawn right-aligned.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