Interface IWidget
Assembly: Mapsui.dll
Properties
|
Improve this Doc
View Source
Declaration
bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
The hit box of the widget. This needs to be updated from the widget renderer.
Declaration
BoundingBox Envelope { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
float MarginX { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
float MarginY { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
VerticalAlignment VerticalAlignment { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Function, which is called, when a Widget is hiten
Declaration
bool HandleWidgetTouched(INavigator navigator, Point position)
Parameters
Type |
Name |
Description |
INavigator |
navigator |
Navigator of MapControl
|
Point |
position |
Screen position
|
Returns
Type |
Description |
System.Boolean |
True, if the Widget had handled the touch event
|