MarkerStyles Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies for a GaugePointer the type of the marker.
public enum class MarkerStyles
public enum MarkerStyles
type MarkerStyles =
Public Enum MarkerStyles
- Inheritance
-
MarkerStyles
Fields
Name | Value | Description |
---|---|---|
None | 0 | No marker type. |
Rectangle | 1 | The Rectangle marker type. |
Triangle | 2 | The Triangle marker type. |
Circle | 3 | The Circle marker type. |
Diamond | 4 | The Diamond marker type. |
Trapezoid | 5 | The Trapezoid marker type. |
Star | 6 | The Star marker type. |
Wedge | 7 | The Wedge marker type. |
Pentagon | 8 | The Pentagon marker type. |