Assembly: Speedometer;
Namespace: Prognoz.Platform.Interop.Speedometer;
The IPPSpeedometerLabels interface is used to work with collection of speedometer text labels.
IPPSpeedometerLabels
| Property name | Brief description | |
| Count | The Count property returns size of text label collection. | |
| Font | The Font property determines font parameters of the text displayed in text labels of collection. | |
| FontColor | The FontColor property determines color of the text displayed on the text labels of collection. | |
| Item | The Item property restores text label in collection by its index. |
| Method name | Brief description | |
| Add | The Add method adds a text label to collection. | |
| RemoveAll | The RemoveAll method removes all text labels from collection. |
See also:
Speedometer Assembly Interfaces
Related work items
Requirement