FrameLayout.ForegroundTintList Property

Definition

Gets or sets the foreground tint list.

public override Android.Content.Res.ColorStateList? ForegroundTintList { [Android.Runtime.Register("getForegroundTintList", "()Landroid/content/res/ColorStateList;", "GetGetForegroundTintListHandler")] get; [Android.Runtime.Register("setForegroundTintList", "(Landroid/content/res/ColorStateList;)V", "GetSetForegroundTintList_Landroid_content_res_ColorStateList_Handler")] set; }
[<get: Android.Runtime.Register("getForegroundTintList", "()Landroid/content/res/ColorStateList;", "GetGetForegroundTintListHandler")>]
[<set: Android.Runtime.Register("setForegroundTintList", "(Landroid/content/res/ColorStateList;)V", "GetSetForegroundTintList_Landroid_content_res_ColorStateList_Handler")>]
member this.ForegroundTintList : Android.Content.Res.ColorStateList with get, set

Property Value

The current foreground tint list value.

Attributes

Remarks

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

See also