ActiveReports 18 .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 the width of the border (unless overridden for a specific side).
    Syntax
    'Declaration
     
    Public Property Default As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Default {get; set;}

    Property Value

    An ExpressionInfo object that evaluates to a Length structure indicating the width of the border.
    Remarks

    The default value is 1pt; the maximum is 20pt; the minimum is .25pt.

    See Also