Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1MaskedEntry Class / PlaceholderColor Property


In This Topic
    PlaceholderColor Property (C1MaskedEntry)
    In This Topic
    Gets or sets the color of the Placeholder in the control.
    Syntax
    'Declaration
     
    
    Public Shadows Property PlaceholderColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As C1MaskedEntry
    Dim value As Xamarin.Forms.Color
     
    instance.PlaceholderColor = value
     
    value = instance.PlaceholderColor
    public new Xamarin.Forms.Color PlaceholderColor {get; set;}
    See Also