Show / Hide Table of Contents

    Class Hyperlink

    Inheritance
    System.Object
    Widget
    TextBox
    Hyperlink
    Implements
    IWidget
    Inherited Members
    TextBox.PaddingX
    TextBox.PaddingY
    TextBox.CornerRadius
    TextBox.Text
    TextBox.BackColor
    TextBox.TextColor
    Widget.HorizontalAlignment
    Widget.VerticalAlignment
    Widget.MarginX
    Widget.MarginY
    Widget.Envelope
    Widget.Enabled
    Widget.CalculatePositionX(Single, Single, Single)
    Widget.CalculatePositionY(Single, Single, Single)
    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 Source

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    HandleWidgetTouched(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
    Widget.HandleWidgetTouched(INavigator, Point)

    Events

    | Improve this Doc View Source

    Touched

    Declaration
    public event EventHandler<HyperlinkWidgetArguments> Touched
    Event Type
    Type Description
    System.EventHandler<HyperlinkWidgetArguments>

    Implements

    IWidget
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX