ComponentOne Xamarin.iOS
Text Property (C1MaskedTextField)


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1MaskedTextField Class : Text Property
Gets or sets the text in the control.
Syntax
'Declaration
 
Public Overrides Property Text As String
'Usage
 
Dim instance As C1MaskedTextField
Dim value As String
 
instance.Text = value
 
value = instance.Text
public override string Text {get; set;}
See Also

Reference

C1MaskedTextField Class
C1MaskedTextField Members