Click or drag to resize

ZoomPanelZoomModeType Enumeration

Zoom modes

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public enum ZoomModeType
Members
  Member nameValueDescription
None0 No zoom
Move1 The content can be moved with the mouse
Rectangle2 The part of the content that is show can be selected with the rectangle
ZoomIn3 Mouse click zooms in the content
ZoomOut4 Mouse click zooms out the content
See Also