Defines the type of mouse interaction with the wave form display control.
Declaration Syntax
C# | Visual Basic |
public enum WaveFormMouseInteractionType
Public Enumeration WaveFormMouseInteractionType
Members
Member | Description |
---|---|
Pointer |
The user can skip to the position he/she chooses by clicking at the.
The user can also resize loops and move markers.
|
ZoomIn |
The user defines a portion of the wave form to zoom in.
|
ZoomOut |
The user defines a portion of the wave form to zoom out.
|
Select |
The user can select portions of the wave form.
|