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