ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / TextAlign Property

In This Topic
    TextAlign Property (Style)
    In This Topic
    Gets or sets a horizontal alignment of the text.
    Syntax
    'Declaration
     
    Public Property TextAlign As ExpressionInfo
    public ExpressionInfo TextAlign {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to a TextAlign enumeration indicating the horizontal alignment of the text.
    Remarks

    Valid values are listed in the table below.

    TextAlign Description
    General The alignment is based on the content type.
    Left Text is aligned to the left.
    Center Text is centered in the control.
    Right Text is aligned to the right.
    Justify Text stretched from the left to the right.
    See Also