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

In This Topic
    Default Property (BorderWidth)
    In This Topic
    Gets or sets a width of the border (unless overridden for a specific side).
    Syntax
    'Declaration
     
    Public Property Default As ExpressionInfo
    public ExpressionInfo Default {get; set;}

    Property Value

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