ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / BorderWidth Class / Top Property

In This Topic
    Top Property (BorderWidth)
    In This Topic
    Gets or sets a width of the top border.
    Syntax
    'Declaration
     
    Public Property Top As ExpressionInfo
    public ExpressionInfo Top {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object evaluating to a Length value indicating the width of the top border.
    Remarks
    Default value is 1pt; the maximum is 20pt; the minimum is .25pt.
    See Also