ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearPageViewToolbarMouseTool Enumeration




In This Topic
    ImGearPageViewToolbarMouseTool Enumeration
    In This Topic
    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
    MemberValueDescription
    CreateCurveMark19Create curve mark mouse tool.
    CreateCustomMark22Create custom mark mouse tool.
    CreateEllipseMark10Create ellipse mark mouse tool.
    CreateFreehandMark13Create freehand mark mouse tool.
    CreateImageMark20Create image mark mouse tool.
    CreateLineMark11Create line mark mouse tool.
    CreatePointMark18Create point mark mouse tool.
    CreatePolygonMark14Create polygon mark mouse tool.
    CreatePolylineMark12Create polyline mark mouse tool.
    CreatePolyRulerMark17Create poly ruler mark mouse tool.
    CreatePopupTextMark23Create popup text mouse tool.
    CreateProtractorMark21Create protractor mark mouse tool.
    CreateRectangleMark9Create rectangle mark mouse tool.
    CreateRulerMark16Create ruler mark mouse tool.
    CreateTextMark15Create text mark mouse tool.
    Custom0The 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.
    HandPan2Hand pan mouse tool.
    Magnifier7Magnifier mouse tool.
    None1No tool selected.
    RectangleZoom4Rectangle zoom mouse tool.
    Select3Select mouse tool.
    SelectMark8Select mark mouse tool.
    ZoomIn5Zoom in mouse tool.
    ZoomOut6Zoom out mouse tool.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Windows.Controls.ImGearPageViewToolbarMouseTool

    See Also