Indicates the current mode for zoom behavior in the ScrollViewer content.
Namespace:
C1.PhoneAssembly: C1.Phone (in C1.Phone.dll)
Syntax
| C# |
|---|
public enum ZoomMode |
| Visual Basic |
|---|
Public Enumeration ZoomMode |
| XAML Attribute Usage |
|---|
<object property="enumerationMemberName" .../> |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Disabled | 0 | Zoom of content is disabled. | |
| Enabled | 1 | Zoom of content is enabled. |