BaseTextAppearance Constructors
Contains appearance settings used to paint text labels within gauges.| Name | Parameters | Description |
|---|---|---|
| BaseTextAppearance() | none | Initializes a new instance of the BaseTextAppearance class. |
| BaseTextAppearance(BaseTextAppearance) | appearance | Initializes a new instance of the BaseTextAppearance class by copying settings of the specified BaseTextAppearance object. |
| BaseTextAppearance(BrushObject) | brush | Initializes a new instance of the BaseTextAppearance class with the specified brush. |
See Also