[]
Defines a template for C1GaugeCustomShape to be used in multiple elements.
public class CommonShape : CommonItem, ICloneable, IDisposable
| Name | Description |
|---|---|
| CommonShape() |
| Name | Description |
|---|---|
| EndAngle | Gets or sets the angle of the end cap (between -90 and 90). |
| EndRadius | Gets or sets the logical radius of the end cap. |
| EndSwellAngle | Gets or sets the angle of the swell on the end cap (between -90 and 90). |
| EndSwellLength | Gets or sets the logical length of the swell on the end cap. |
| EndSwellWidth | Gets or sets the logical width of the swell on the end cap. |
| EndWidth | Gets or sets the logical width of the end cap. |
| ScaleEndRadius | Gets or sets whether the value of the EndRadius property should be scaled. |
| ScaleStartRadius | Gets or sets whether the value of the StartRadius property should be scaled. |
| StartAngle | Gets or sets the angle of the start cap (between -90 and 90). |
| StartRadius | Gets or sets the logical radius of the start cap. |
| StartSwellAngle | Gets or sets the angle of the swell on the start cap (between -90 and 90). |
| StartSwellLength | Gets or sets the logical length of the swell on the start cap. |
| StartSwellWidth | Gets or sets the logical width of the swell on the start cap. |
| StartWidth | Gets or sets the logical width of the start cap. |