RadialPointerNeedleStyles 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 RadialPointerNeedleStyles
public enum RadialPointerNeedleStyles
type RadialPointerNeedleStyles =
Public Enum RadialPointerNeedleStyles
- Inheritance
-
RadialPointerNeedleStyles
Fields
Name | Value | Description |
---|---|---|
Triangular | 0 | The needle is shaped like a triangle. |
Rectangular | 1 | The needle is shaped like a rectangle. |
TaperedWithTail | 2 | The needle is tapered with a rectangular tail. |
Tapered | 3 | The needle is tapered without a rectangular tail. |
ArrowWithTail | 4 | The needle is shaped like an arrow with a rectangular tail. |
Arrow | 5 | The needle is shaped like an arrow without a rectangular tail. |
StealthArrowWithTail | 6 | The needle is shaped like an arrow with a diagonal tip and with a rectangular tail. |
StealthArrow | 7 | The needle is shaped like an arrow with a diagonal tip and without a rectangular tail. |
TaperedWithStealthArrow | 8 | The needle is tapered and has a diagonal tip. |
StealthArrowWithWideTail | 9 | The needle is shaped like an arrow with a diagonal tip and without a diagonally widening tail. |
TaperedWithRoundedPoint | 10 | The needle is tapered with a rounded end. |