CircularRimType Enum
Specifies the types of rims supported by CircularGaugeBase.
public enum CircularRimType
Fields
| Name | Description |
|---|---|
| CircularGearRim | Indicates a circular rim with gear shaped rim. |
| CircularMediumRim | Indicates a circular rim with medium rim. |
| CircularNoRimMediumGradient | Indicates a circular rim with no rim and medium gradient effect. |
| CircularNoRimSideGradient | Indicates a circular rim with no rim and side gradient effect. |
| CircularThickRim | Indicates a circular rim with thick rim. |
| CircularThinRim | Indicates a circular rim with thin rim. |
| ClippedRectangle | Indicates a clipped rectangle rim. |
| CustomRimGeometry | Indicates the circular rim will be based on a custom geometry. |
| CustomRimImage | Indicates the circular rim will be based on a custom image. |
| FanClippedRectangle | Indicates a fan shaped rim with a clipped rectangular rim. |
| FanRoundedRectangle | Indicates a fan shaped rim with a rectangular rim. |
| None | Indicates that no rim will be rendered. |
| RoundedRectangle | Indicates a rounded rectangle rim. |
| SemicircularClippedRectangle | Indicates semi-circular rim with a clipped rectangular rim. |
| SemicircularRoundedRectangle | Indicates a semi-circular rim with a rounded rectangular rim. |
| SemicircularThickRim | Indicates a semi-circular rim with a thick rim. |
| SemicircularThinRim | Indicates a semi-circular rim with a thin rim. |