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

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

    Property Value

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

    Valid values are listed in the table below.

    VerticalAlign Description
    Top Text is aligned to the top.
    Middle Text is centered in the control.
    Bottom Text is aligned to the bottom.
    See Also