Click or drag to resize

ZoomPanelZoomMode Property

Gets or sets the current zoom mode of the ZoomPanel.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public ZoomPanelZoomModeType ZoomMode { get; set; }

Property Value

Type: ZoomPanelZoomModeType
Remarks

The following zoom modes are supported:

ZoomModedescription
NoneNo zoom.
MoveThe content can be moved with the mouse.
RectangleThe part of the content that is show can be selected with the rectangle.
ZoomInMouse click zooms in the content.
ZoomOutMouse click zooms out the content.
See Also