Class TextBox
Implements
Inherited Members
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 SourceBackColor
Declaration
public Color BackColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
CornerRadius
Declaration
public int CornerRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PaddingX
Declaration
public int PaddingX { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PaddingY
Declaration
public int PaddingY { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextColor
Declaration
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
Color |