ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Image Class / VerticalAlignment Property

In This Topic
    VerticalAlignment Property (Image)
    In This Topic
    Gets or sets the vertical alignment of the picture inside the image report item.
    Syntax
    'Declaration
     
    Public Property VerticalAlignment As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo VerticalAlignment {get; set;}
    See Also