Class PerformanceWidget
Widget which shows the drawing performance
Implements
Inherited Members
Namespace: Mapsui.Widgets.InfoWidgets
Assembly: Mapsui.dll
Syntax
public class PerformanceWidget : ButtonWidget, IWidget
Remarks
With this, the user could see the drawing performance on the screen. It shows always the values for the last draw before this draw.
Constructors
| Edit this page View SourcePerformanceWidget(Performance)
Widget which shows the drawing performance
Declaration
public PerformanceWidget(Performance performance)
Parameters
| Type | Name | Description |
|---|---|---|
| Performance | performance |
Remarks
With this, the user could see the drawing performance on the screen. It shows always the values for the last draw before this draw.
Properties
| Edit this page View SourcePerformance
Performance object which holds the values
Declaration
public Performance Performance { get; }
Property Value
| Type | Description |
|---|---|
| Performance |