ImageGear .NET v24.14 - Updated
ImGearPageViewToolbarMouseTool Enumeration




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace : ImGearPageViewToolbarMouseTool Enumeration
Specifies the PageView toolbar mouse tool.
Syntax
'Declaration
 
Public Enum ImGearPageViewToolbarMouseTool 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearPageViewToolbarMouseTool
public enum ImGearPageViewToolbarMouseTool : System.Enum 
__value public enum ImGearPageViewToolbarMouseTool : public System.Enum 
public enum class ImGearPageViewToolbarMouseTool : public System.Enum 
Members
MemberDescription
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

Reference

ImageGear.Windows.Controls Namespace