Class HyperlinkWidget
Widget displaying a clickable hyperlink
Implements
Inherited Members
Namespace: Mapsui.Widgets.ButtonWidgets
Assembly: Mapsui.dll
Syntax
public class HyperlinkWidget : ButtonWidget, IWidget
Properties
| Edit this page View SourceUrl
URL to open when Widget is clicked
Declaration
public string? Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
| Edit this page View SourceOnTapped(WidgetEventArgs)
Function, which handles the widget tapped event
Declaration
public override void OnTapped(WidgetEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| WidgetEventArgs | e | Arguments for this widget touch |