Skip to content

Commit 9297261

Browse files
committed
Update README.md
1 parent 7eb7f7a commit 9297261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The MoonPdfLib contains a WPF control that can be included in your application.
77
An example for the inclusion is the MoonPdf app (see excerpt below)
88
```xml
99
<Window xmlns:mpp="clr-namespace:MoonPdfLib;assembly=MoonPdfLib" ...>
10-
<mpp:MoonPdfPanel Background="LightGray" ViewType="SinglePage" PageDisplay="ContinuousPages" PageBorderThickness="0,2,4,2" AllowDrop="True"/>
10+
<mpp:MoonPdfPanel Background="LightGray" ViewType="SinglePage" PageDisplay="ContinuousPages" PageMargin="0,2,4,2" AllowDrop="True"/>
1111
</Window>
1212
```
1313

0 commit comments

Comments
 (0)