Visual Basic (Declaration) | |
---|---|
Public Enum MarkerMoveType Inherits System.Enum |
C# | |
---|---|
public enum MarkerMoveType : System.Enum |
C++/CLI | |
---|---|
public enum class MarkerMoveType : public System.Enum |
Member | Description | Minimum SW Version‡ |
---|---|---|
Minimum | Specifies moving the marker to the lowest point on the trace. | — |
NextLargerPeak | Specifies moving the marker to the lowest valid peak greater than the marker's current value. | — |
NextLeftPeak | Specifies moving the marker left to the next valid peak on the trace. | — |
NextRightPeak | Specifies moving the marker right to the next valid peak on the trace. | — |
NextSmallerPeak | Specifies moving the marker to the highest valid peak less than the marker's current value. | — |
Peak | Specifies moving the marker to the highest point on the trace. | — |
‡ This is the minimum 89600 VSA software version level needed to use this enum member. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)