TextView.CurrentHintTextColor Property

Definition

Return the current color selected to paint the hint text.

public int CurrentHintTextColor { [Android.Runtime.Register("getCurrentHintTextColor", "()I", "")] get; }
[<get: Android.Runtime.Register("getCurrentHintTextColor", "()I", "")>]
member this.CurrentHintTextColor : int

Property Value

Returns the current hint text color.

Attributes

Remarks

Return the current color selected to paint the hint text.

Java documentation for android.widget.TextView.getCurrentHintTextColor().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to