Initialize a new instance of the Border class with given pen and brush.

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public Border(
	Pen pen,
	Brush background
)
Visual Basic
Public Sub New ( _
	pen As Pen, _
	background As Brush _
)

Parameters

pen
Type: TallComponents.PDF.Layout.Pens..::..Pen
The pen that is used to draw the the edges. Must not be nullNothingnullptra null reference (Nothing in Visual Basic).
background
Type: TallComponents.PDF.Layout.Brushes..::..Brush
Background is painted with this brush.

Remarks

Create a new border with given pen and background brush.

See Also