NeedleStyles 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 the style of the RadialPointer needle.
public enum class NeedleStyles
public enum NeedleStyles
type NeedleStyles =
Public Enum NeedleStyles
- Inheritance
-
NeedleStyles
Fields
Name | Value | Description |
---|---|---|
Triangular | 0 | Specifies the Triangular style. |
Rectangular | 1 | Specifies the Rectangular style. |
TaperedWithTail | 2 | Specifies the TaperedWithTail style. |
Tapered | 3 | Specifies the Tapered style. |
ArrowWithTail | 4 | Specifies the ArrowWithTail style. |
Arrow | 5 | Specifies the Arrow style. |
StealthArrowWithTail | 6 | Specifies the StealthArrowWithTail style. |
StealthArrow | 7 | Specifies the StealthArrow style. |
TaperedWithStealthArrow | 8 | Specifies the TaperedWithStealthArrow style. |
StealthArrowWithWideTail | 9 | Specifies the StealthArrowWithWideTail style. |
TaperedWithRoundedPoint | 10 | Specifies the TaperedWithRoundedPoint style. |