Width of this pen.

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

Syntax

C#
public double Width { get; set; }
Visual Basic
Public Property Width As Double
	Get
	Set

Remarks

Setting the pen width to zero (0) a hairline is drawn.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException Thrown when trying to assign a negative or invalid number (e.g. NaN or Infinity).

See Also