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
See Also