MouseWheelBehaviorType Enumeration
|
Defines the MouseWheelBehavior type.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public enum MouseWheelBehaviorType
Public Enumeration MouseWheelBehaviorType
public enum class MouseWheelBehaviorType
type MouseWheelBehaviorType
enum MouseWheelBehaviorType
Members
| Member name | Value | Description |
---|
| Custom | 0 |
Use the event.
|
| Zoom | 1 |
Zoom in out.
|
See Also