Search Results for

    Show / Hide Table of Contents

    Class TextBox

    Inheritance
    object
    Widget
    TextBox
    ButtonWidget
    Hyperlink
    MapInfoWidget
    MouseCoordinatesWidget
    Implements
    IWidget
    IWidgetTouchable
    Inherited Members
    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 TextBox : Widget, IWidget, IWidgetTouchable

    Properties

    | Edit this page View Source

    BackColor

    Declaration
    public Color BackColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    CornerRadius

    Declaration
    public int CornerRadius { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Height

    Declaration
    public int? Height { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    PaddingX

    Declaration
    public int PaddingX { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    PaddingY

    Declaration
    public int PaddingY { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Text

    Declaration
    public string? Text { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TextColor

    Declaration
    public Color TextColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    Touchable

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

    Width

    Declaration
    public int? Width { get; set; }
    Property Value
    Type Description
    int?

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

    Implements

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