Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1MaskedEntry Class / Placeholder Property


In This Topic
    Placeholder Property (C1MaskedEntry)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Placeholder As String
    'Usage
     
    
    Dim instance As C1MaskedEntry
    Dim value As String
     
    instance.Placeholder = value
     
    value = instance.Placeholder
    public string Placeholder {get; set;}
    See Also