Indicates the current mode for zoom behavior in the ScrollViewer content.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
public enum ZoomMode
Visual Basic
Public Enumeration ZoomMode
XAML Attribute Usage
<object property="enumerationMemberName" .../>

Members

Member nameValueDescription
Disabled0 Zoom of content is disabled.
Enabled1 Zoom of content is enabled.

See Also