共用方式為


FrameLayout.Foreground 屬性

定義

傳回用來作為此 FrameLayout 前景的可繪製專案。

public override Android.Graphics.Drawables.Drawable? Foreground { [Android.Runtime.Register("getForeground", "()Landroid/graphics/drawable/Drawable;", "GetGetForegroundHandler")] get; [Android.Runtime.Register("setForeground", "(Landroid/graphics/drawable/Drawable;)V", "GetSetForeground_Landroid_graphics_drawable_Drawable_Handler")] set; }
[<get: Android.Runtime.Register("getForeground", "()Landroid/graphics/drawable/Drawable;", "GetGetForegroundHandler")>]
[<set: Android.Runtime.Register("setForeground", "(Landroid/graphics/drawable/Drawable;)V", "GetSetForeground_Landroid_graphics_drawable_Drawable_Handler")>]
member this.Foreground : Android.Graphics.Drawables.Drawable with get, set

屬性值

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於