ComponentOne Xamarin.Android
SetHintTextColor(Color) Method


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox 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 C1CheckBox
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

C1CheckBox Class
C1CheckBox Members
Overload List