ComponentOne Xamarin.Android
PlaceholderColor Property


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class : PlaceholderColor Property
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

Reference

C1MaskedTextView Class
C1MaskedTextView Members