Specifies the zooming behavior of a DiagramSurface.
Namespace:
Mindscape.WpfDiagrammingAssembly: Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public enum ZoomMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration ZoomMode |
Members
| Member name | Description | |
|---|---|---|
| Manual |
No built-in zooming gesture. Applications can zoom by setting the
Zoom property.
| |
| MouseWheel |
The user can zoom the diagram using the mouse wheel.
| |
| ControlMouseWheel |
The user can zoom the diagram by holding down the Control key and
using the mouse wheel.
| |
| SizeToFit |
The diagram is zoomed to fit the available space. The Zoom
value is ignored.
|