ActiveReports 12
Default Property (BorderWidth)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > BorderWidth Class : Default Property

Gets or sets the 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 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

Reference

BorderWidth Class
BorderWidth Members