Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / PlaceholderColor Property


In This Topic
    PlaceholderColor Property
    In This Topic
    Gets or sets the color of the Placeholder in the control.
    Syntax
    'Declaration
     
    
    Public Property PlaceholderColor As Android.Graphics.Color
    'Usage
     
    
    Dim instance As C1MaskedTextView
    Dim value As Android.Graphics.Color
     
    instance.PlaceholderColor = value
     
    value = instance.PlaceholderColor
    public Android.Graphics.Color PlaceholderColor {get; set;}
    See Also