[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Style.TextAlign

TextAlign Property

TextAlign

Gets or sets a horizontal alignment of the text.

Declaration
[ExpressionBaseType(typeof(TextAlign))]
public ExpressionInfo TextAlign { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object that evaluates to a TextAlign enumeration indicating the horizontal alignment of the text.

Remarks

Valid values are listed in the table below.

TextAlignDescription
GeneralThe alignment is based on the content type.
LeftText is aligned to the left.
CenterText is centered in the control.
RightText is aligned to the right.
JustifyText stretched from the left to the right.