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


In This Topic
    PlaceholderColor Property
    In This Topic
    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