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

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

    Property Value

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