Get or set the padding 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 Padding { get; set; }
Visual Basic
Public Property Padding As Spacing
	Get
	Set

Remarks

Padding is extra spacing between the border and the content.

See Also