ComponentOne Xamarin.Android
Placeholder Property (C1MaskedTextView)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class : Placeholder Property
Gets or sets the Placeholder of the control.
Syntax
'Declaration
 
Public Property Placeholder As String
'Usage
 
Dim instance As C1MaskedTextView
Dim value As String
 
instance.Placeholder = value
 
value = instance.Placeholder
public string Placeholder {get; set;}
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members