Get or set the margin of a border.

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

Syntax

C#
public Spacing Margin { get; set; }
Visual Basic
Public Property Margin As Spacing
	Get
	Set

Remarks

Margin is extra spacing outside the border.

See Also