RectangularRimType Enum
Specifies the types of rim supported by RectangularGaugeBase.
public enum RectangularRimType
Fields
| Name | Description |
|---|---|
| ClippedRectangle | Indicates a clipped rectangle frame. |
| CustomRimGeometry | Indicates the rectangular rim will be based on a custom geometry. |
| CustomRimImage | Indicates the rectangular rim will be based on a custom image. |
| None | Indicates that no frame will be rendered. |
| RectangleGradient | Indicates a rectangle frame. |
| RoundedRectangleDarkerGradient | Indicates a rounded rectangle frame with a darker gradient on the outer rim. |
| RoundedRectangleLightGradient | Indicates a rounded rectangle frame with a lighter gradient on the outer rim. |
| RoundedRectangleThinRim | Indicates a rounded rectangle frame with a thin rim. |
| RoundedSideThickRim | Indicates a frame with rounded sides and a thick rim. |
| RoundedSideThinRim | Indicates a frame with rounded sides and a thin rim. |