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


In This Topic
    Placeholder Property (C1MaskedTextView)
    In This Topic
    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