ImGearPageViewToolbarMouseTool Enumeration
In This Topic
Specifies the PageView toolbar mouse tool.
Syntax
'Declaration
Public Enum ImGearPageViewToolbarMouseTool
Inherits System.Enum
public enum ImGearPageViewToolbarMouseTool : System.Enum
__value public enum ImGearPageViewToolbarMouseTool : public System.Enum
public enum class ImGearPageViewToolbarMouseTool : public System.Enum
Members
| Member | Value | Description |
| CreateCurveMark | 19 | Create curve mark mouse tool. |
| CreateCustomMark | 22 | Create custom mark mouse tool. |
| CreateEllipseMark | 10 | Create ellipse mark mouse tool. |
| CreateFreehandMark | 13 | Create freehand mark mouse tool. |
| CreateImageMark | 20 | Create image mark mouse tool. |
| CreateLineMark | 11 | Create line mark mouse tool. |
| CreatePointMark | 18 | Create point mark mouse tool. |
| CreatePolygonMark | 14 | Create polygon mark mouse tool. |
| CreatePolylineMark | 12 | Create polyline mark mouse tool. |
| CreatePolyRulerMark | 17 | Create poly ruler mark mouse tool. |
| CreatePopupTextMark | 23 | Create popup text mouse tool. |
| CreateProtractorMark | 21 | Create protractor mark mouse tool. |
| CreateRectangleMark | 9 | Create rectangle mark mouse tool. |
| CreateRulerMark | 16 | Create ruler mark mouse tool. |
| CreateTextMark | 15 | Create text mark mouse tool. |
| Custom | 0 | The toolbar mouse tool does not have an equivalent PageView mouse tool and will have no effect when the toolbar MouseTool property is bound to the MouseTool property of a PageView control. You can use the SelectionChanged event to handle the selection of the toolbar item. |
| HandPan | 2 | Hand pan mouse tool. |
| Magnifier | 7 | Magnifier mouse tool. |
| None | 1 | No tool selected. |
| RectangleZoom | 4 | Rectangle zoom mouse tool. |
| Select | 3 | Select mouse tool. |
| SelectMark | 8 | Select mark mouse tool. |
| ZoomIn | 5 | Zoom in mouse tool. |
| ZoomOut | 6 | Zoom out mouse tool. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Windows.Controls.ImGearPageViewToolbarMouseTool
See Also