Get or set the (horizontal)width of the line.

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

Syntax

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

Remarks

The property accepts a double (is width in points) or as string (like 5cm or 50%).

See Also