ComponentOne Xamarin.Android
SetHintTextColor(Color) Method


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class > SetHintTextColor Method : SetHintTextColor(Color) Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setHintTextColor", 
   "(I)V", 
   "")>
Public Overloads Sub SetHintTextColor( _
   ByVal color As Android.Graphics.Color _
) 
'Usage
 
Dim instance As C1MaskedTextView
Dim color As Android.Graphics.Color
 
instance.SetHintTextColor(color)
[Android.Runtime.Register("setHintTextColor", 
   "(I)V", 
   "")]
public void SetHintTextColor( 
   Android.Graphics.Color color
)

Parameters

color
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members
Overload List