PointerCapType Enum
Specifies the types of caps supported by the CircularPointerCap element.
public enum PointerCapType
Fields
| Name | Description |
|---|---|
| CircleConcave | Indicates a circle-shaped cap with a concave surface. |
| CircleConvex | Indicates a circle-shaped cap with a convex surface. |
| CircleFlat | Indicates a circle-shaped cap with a flat surface. |
| CircleShiny | Indicates a circle-shaped cap with a shiny surface. |
| CustomGeometry | Indicates the cap will be based on a custom geometry. |
| CustomImage | Indicates the cap will be based on a custom image. |
| GearConcave | Indicates a gear-shaped cap with a concave surface. |
| GearConvex | Indicates a gear-shaped cap with a convex surface. |
| GearFlat | Indicates a gear-shaped cap with a flat surface. |
| GearShiny | Indicates a gear-shaped cap with a shiny surface. |