Gets a value that indicates the Thickness used as separation between pages.
Namespace:
C1.Silverlight.PdfViewer
Assembly:
C1.Silverlight.PdfViewer (in C1.Silverlight.PdfViewer.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
| C# |
|---|
public Thickness PageSeparation { get; set; } |
| Visual Basic |
|---|
Public Property PageSeparation As Thickness
Get
Set |
| XAML Property Element Usage |
|---|
<object>
<object.PageSeparation>
<Thickness .../>
</object.PageSeparation>
</object> |
| XAML Attribute Usage |
|---|
<object PageSeparation="Thickness" .../> |
See Also