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

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

Syntax

C#
public enum ZoomMode
Visual Basic
Public Enumeration ZoomMode

Members

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

See Also