ComponentOne Xamarin.Android
Text Property (C1MaskedTextView)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class : Text Property
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

Reference

C1MaskedTextView Class
C1MaskedTextView Members