Class TextBox
  
  
  
  
  
  
  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
  
  
    |
    Edit this page
  
  
    View Source
  
  
  CornerRadius
  
  
  Declaration
  
    public int CornerRadius { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Height
  
  
  Declaration
  
    public int? Height { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  PaddingX
  
  
  Declaration
  
    public int PaddingX { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  PaddingY
  
  
  Declaration
  
    public int PaddingY { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Text
  
  
  Declaration
  
    public string? Text { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  TextColor
  
  
  Declaration
  
    public Color TextColor { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Touchable
  
  
  Declaration
  
    public override bool Touchable { get; }
   
  Property Value
  
  Overrides
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Width
  
  
  Declaration
  
    public int? Width { get; set; }
   
  Property Value
  
  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
  
  Implements