GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoFontDropDown Class / TextAlign Property
In This Topic
    TextAlign Property
    In This Topic
    Gets or sets the horizontal alignment of the displayed text.
    Syntax
    [Description("The horizontal alignment of the displayed text.")]
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual HorizontalAlignment TextAlign {get; set;}
    See Also