Search Results for

    Show / Hide Table of Contents

    Class Hyperlink

    Inheritance
    object
    Widget
    TextBox
    Hyperlink
    Implements
    IWidget
    IWidgetTouchable
    Inherited Members
    TextBox.PaddingX
    TextBox.PaddingY
    TextBox.CornerRadius
    TextBox.Text
    TextBox.BackColor
    TextBox.TextColor
    TextBox.Width
    TextBox.Height
    Widget.HorizontalAlignment
    Widget.VerticalAlignment
    Widget.MarginX
    Widget.MarginY
    Widget.Envelope
    Widget.Enabled
    Widget.CalculatePositionX(float, float, float)
    Widget.CalculatePositionY(float, float, float)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Widgets
    Assembly: Mapsui.dll
    Syntax
    public class Hyperlink : TextBox, IWidget, IWidgetTouchable

    Properties

    | Edit this page View Source

    Touchable

    Declaration
    public override bool Touchable { get; }
    Property Value
    Type Description
    bool
    Overrides
    TextBox.Touchable
    | Edit this page View Source

    Url

    Declaration
    public string? Url { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    HandleWidgetTouched(Navigator, MPoint)

    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
    TextBox.HandleWidgetTouched(Navigator, MPoint)

    Events

    | Edit this page View Source

    Touched

    Declaration
    public event EventHandler<HyperlinkWidgetArguments>? Touched
    Event Type
    Type Description
    EventHandler<HyperlinkWidgetArguments>

    Implements

    IWidget
    IWidgetTouchable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX