Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1TextBox Class / Text Property


In This Topic
    Text Property (C1TextBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Property Text As String
    'Usage
     
    
    Dim instance As C1TextBox
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public override string Text {get; set;}
    See Also