RectangularBackgroundType Enum
Specifies the types of backgrounds supported by RectangularGaugeBase.
public enum RectangularBackgroundType
Fields
| Name | Description |
|---|---|
| ClippedRectangle | Indicates a clipped rectangle frame. |
| CustomBackgroundGeometry | Indicates the rectangular background frame will be based on a custom geometry. |
| CustomBackgroundImage | Indicates the rectangular background frame will be based on a custom image. |
| None | Indicates that no frame will be rendered. |
| RoundedRectangleDarkGradient | Indicates a rounded rectangle frame with a thin rim. |
| RoundedRectangleLightGradient | Indicates a rounded rectangle frame with a darker gradient on the outer rim. |
| RoundedSide | Indicates a frame with rounded sides. |