Viewport.MouseTool Property |
Gets or sets the value indicating the behavior of the mouse when interacting with the viewport.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic virtual MouseToolType MouseTool { get; set; }
Public Overridable Property MouseTool As MouseToolType
Get
Set
Property Value
Type:
MouseToolType The value indicating the behavior of the mouse when interacting with the viewport.
See Also