ComponentOne Xamarin.Android
TextColor Property (C1MaskedTextView)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class : TextColor Property
Gets or sets the text color.
Syntax
'Declaration
 
Public Property TextColor As Android.Graphics.Color
'Usage
 
Dim instance As C1MaskedTextView
Dim value As Android.Graphics.Color
 
instance.TextColor = value
 
value = instance.TextColor
public Android.Graphics.Color TextColor {get; set;}
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members