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 | Description | 
|---|
| CreateCurveMark | Create curve mark mouse tool. | 
| CreateCustomMark | Create custom mark mouse tool. | 
| CreateEllipseMark | Create ellipse mark mouse tool. | 
| CreateFreehandMark | Create freehand mark mouse tool. | 
| CreateImageMark | Create image mark mouse tool. | 
| CreateLineMark | Create line mark mouse tool. | 
| CreatePointMark | Create point mark mouse tool. | 
| CreatePolygonMark | Create polygon mark mouse tool. | 
| CreatePolylineMark | Create polyline mark mouse tool. | 
| CreatePolyRulerMark | Create poly ruler mark mouse tool. | 
| CreatePopupTextMark | Create popup text mouse tool. | 
| CreateProtractorMark | Create protractor mark mouse tool. | 
| CreateRectangleMark | Create rectangle mark mouse tool. | 
| CreateRulerMark | Create ruler mark mouse tool. | 
| CreateTextMark | Create text mark mouse tool. | 
| Custom | 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 | Hand pan mouse tool. | 
| Magnifier | Magnifier mouse tool. | 
| None | No tool selected. | 
| RectangleZoom | Rectangle zoom mouse tool. | 
| Select | Select mouse tool. | 
| SelectMark | Select mark mouse tool. | 
| ZoomIn | Zoom in mouse tool. | 
| ZoomOut | Zoom out mouse tool. | 
Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Windows.Controls.ImGearPageViewToolbarMouseTool
See Also