Class BoxWidget
Assembly: Mapsui.dll
public class BoxWidget : Widget, IWidget, IWidgetTouchable
Properties
|
Edit this page
View Source
Declaration
public Color? BackColor { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public int CornerRadius { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public int Height { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public override bool Touchable { get; }
Property Value
Overrides
|
Edit this page
View Source
Declaration
public int Width { get; set; }
Property Value
Methods
|
Edit this page
View Source
Function, which is called, when a Widget is hidden
Declaration
public override 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
|
Overrides
Implements