Gets or set the zoom applied to this list.

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

Syntax

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

See Also