Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1MaskedTextField Class / Placeholder Property


In This Topic
    Placeholder Property (C1MaskedTextField)
    In This Topic
    Gets or sets the Placeholder of the control.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("Placeholder")>
    <BrowsableAttribute(True)>
    Public Overrides Property Placeholder As String
    'Usage
     
    
    Dim instance As C1MaskedTextField
    Dim value As String
     
    instance.Placeholder = value
     
    value = instance.Placeholder
    [Foundation.Export("Placeholder")]
    [Browsable(true)]
    public override string Placeholder {get; set;}
    See Also