Show / Hide Table of Contents

    Class TextBox

    Inheritance
    System.Object
    Widget
    TextBox
    Hyperlink
    Implements
    IWidget
    Inherited Members
    Widget.HorizontalAlignment
    Widget.VerticalAlignment
    Widget.MarginX
    Widget.MarginY
    Widget.Envelope
    Widget.Enabled
    Widget.CalculatePositionX(Single, Single, Single)
    Widget.CalculatePositionY(Single, Single, Single)
    Widget.HandleWidgetTouched(INavigator, Point)
    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 abstract class TextBox : Widget, IWidget

    Properties

    | Improve this Doc View Source

    BackColor

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

    CornerRadius

    Declaration
    public int CornerRadius { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    PaddingX

    Declaration
    public int PaddingX { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    PaddingY

    Declaration
    public int PaddingY { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TextColor

    Declaration
    public Color TextColor { get; set; }
    Property Value
    Type Description
    Color

    Implements

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