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

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.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