Class Hyperlink
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mapsui.Widgets
Assembly: Mapsui.dll
Syntax
public class Hyperlink : TextBox, IWidget
Properties
| Improve this Doc View SourceUrl
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceHandleWidgetTouched(INavigator, Point)
Declaration
public override bool HandleWidgetTouched(INavigator navigator, Point position)
Parameters
Type | Name | Description |
---|---|---|
INavigator | navigator | |
Point | position |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
Events
| Improve this Doc View SourceTouched
Declaration
public event EventHandler<HyperlinkWidgetArguments> Touched
Event Type
Type | Description |
---|---|
System.EventHandler<HyperlinkWidgetArguments> |