Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / Text Property


In This Topic
    Text Property (C1MaskedTextView)
    In This Topic
    Gets or sets the text in the control.
    Syntax
    'Declaration
     
    
    Public Shadows Property Text As String
    'Usage
     
    
    Dim instance As C1MaskedTextView
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public new string Text {get; set;}
    See Also