'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;}