Gets or sets a coeficient which will determine in each layout pass the size of the viewport. If zero is specified the size of the viewport will be equal to the scrollviewer viewport. If 0.5 is specified the size of the viewport will be enlarged to take up half screen more at both sides of the original viewport.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public double ViewportGap { get; set; }
Visual Basic
Public Property ViewportGap As Double
	Get
	Set
XAML Attribute Usage
<object ViewportGap="double" .../>

See Also