Class Hyperlink
  
  
  
  
  
  
  Assembly: Mapsui.dll
  
  
    public class Hyperlink : TextBox, IWidget, IWidgetTouchable
   
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public override bool Touchable { get; }
   
  Property Value
  
  Overrides
  
  
    |
    Edit this page
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public string? Url { 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
  
  Events
  
    |
    Edit this page
  
  
    View Source
  
  
  
  
  Declaration
  
    public event EventHandler<HyperlinkWidgetArguments>? Touched
   
  Event Type
  
  Implements