[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Style.VerticalAlign

VerticalAlign Property

VerticalAlign

Gets or sets a vertical alignment of the text.

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

An ExpressionInfo object that evaluates to a VerticalAlign enumeration indicating the vertical alignment of the text.

Remarks

Valid values are listed in the table below.

VerticalAlignDescription
TopText is aligned to the top.
MiddleText is centered in the control.
BottomText is aligned to the bottom.