[]
Defines a template for C1GaugeFilling to be used in multiple elements.
public class CommonFilling : CommonItem, ICloneable, IDisposable
| Name | Description |
|---|---|
| CommonFilling() |
| Name | Description |
|---|---|
| BrushType | Gets or sets the type of brush that is used to fill the element. |
| Color | Gets or sets the Color used to fill the element. |
| Color2 | Gets or sets the second Color that can be used in a gradient or hatch brush. |
| HatchStyle | Gets or sets the style of a hatch brush. |
| Opacity | Gets or sets the opacity of the first color between 0.0 (completely transparent) and 1.0 (opaque). |
| Opacity2 | Gets or sets the opacity of the second color between 0.0 (completely transparent) and 1.0 (opaque). |
| SwapColors | Gets or sets whether the Color should be used instead of Color2 and vice versa. |
| TextureImage | Gets or sets the Image in texture brush. |
| WrapMode | Gets or sets the wrap mode for the texture brush. |
| Name | Description |
|---|---|
| ResetColor() | This member is for internal use only. |
| ResetColor2() | This member is for internal use only. |
| ShouldSerializeColor() | This member is for internal use only. |
| ShouldSerializeColor2() | This member is for internal use only. |