Shell.SetTabBarBackgroundColor(BindableObject, Color) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定索引標籤的背景色彩。 如果屬性未設定,則會使用 BackgroundColor 屬性值。
public:
static void SetTabBarBackgroundColor(Microsoft::Maui::Controls::BindableObject ^ obj, Microsoft::Maui::Graphics::Color ^ value);
public static void SetTabBarBackgroundColor (Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value);
static member SetTabBarBackgroundColor : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Graphics.Color -> unit
Public Shared Sub SetTabBarBackgroundColor (obj As BindableObject, value As Color)
參數
- obj
- BindableObject
要設定色彩的物件。
- value
- Color
索引標籤的背景色彩。