[Category("Appearance")] [DefaultValue(2)] [Description("The text alignment.")] public virtual int Alignment {get; set;}
[Category("Appearance")] [DefaultValue(2)] [Description("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.