FrameLayout.ForegroundTintMode Property

Definition

Gets or sets the foreground tint mode.

public override Android.Graphics.PorterDuff.Mode? ForegroundTintMode { [Android.Runtime.Register("getForegroundTintMode", "()Landroid/graphics/PorterDuff$Mode;", "GetGetForegroundTintModeHandler")] get; [Android.Runtime.Register("setForegroundTintMode", "(Landroid/graphics/PorterDuff$Mode;)V", "GetSetForegroundTintMode_Landroid_graphics_PorterDuff_Mode_Handler")] set; }
[<get: Android.Runtime.Register("getForegroundTintMode", "()Landroid/graphics/PorterDuff$Mode;", "GetGetForegroundTintModeHandler")>]
[<set: Android.Runtime.Register("setForegroundTintMode", "(Landroid/graphics/PorterDuff$Mode;)V", "GetSetForegroundTintMode_Landroid_graphics_PorterDuff_Mode_Handler")>]
member this.ForegroundTintMode : Android.Graphics.PorterDuff.Mode with get, set

Property Value

The current foreground tint mode 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