Gets or sets a coeficient which will determine in each layout pass the size of the viewport to render items in preview mode.

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

Syntax

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

Remarks

This coeficient must be greater to ViewportGap to take effect.

See Also