Click or drag to resize

PdfViewerPadding Property

Gets or sets the padding inside a control.

Namespace: Patagames.Pdf.Net.Controls.Wpf
Assembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.94.2704
Syntax
public Thickness Padding { get; set; }

Property Value

Thickness
Remarks
It's a dependency property. Please find more details here: PaddingProperty
See Also