GaugeMarkerStyles 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 GaugeMarkerStyles
public enum GaugeMarkerStyles
type GaugeMarkerStyles =
Public Enum GaugeMarkerStyles
- Inheritance
-
GaugeMarkerStyles
Fields
Name | Value | Description |
---|---|---|
Triangle | 0 | A triangular marker. |
None | 1 | No marker. |
Rectangle | 2 | A rectangular marker. |
Circle | 3 | A circular marker. |
Diamond | 4 | A diamond marker. |
Trapezoid | 5 | A trapezoidal marker. |
Star | 6 | A star marker |
Wedge | 7 | A wedge marker. |
Pentagon | 8 | A pentagonal marker. |