ComponentOne Xamarin.iOS
PlaceholderColor Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1MaskedTextField Class : PlaceholderColor Property
Gets or sets the color of the Placeholder in the control.
Syntax
'Declaration
 
<Foundation.ExportAttribute("PlaceholderColor")>
<BrowsableAttribute(True)>
Public Property PlaceholderColor As UIKit.UIColor
'Usage
 
Dim instance As C1MaskedTextField
Dim value As UIKit.UIColor
 
instance.PlaceholderColor = value
 
value = instance.PlaceholderColor
[Foundation.Export("PlaceholderColor")]
[Browsable(true)]
public UIKit.UIColor PlaceholderColor {get; set;}
See Also

Reference

C1MaskedTextField Class
C1MaskedTextField Members