Shell.SetForegroundColor(BindableObject, Color) メソッド

定義

タブ バーの前景色を定義します。 プロパティが設定されていない場合は、値が ForegroundColorProperty 使用されます。

public:
 static void SetForegroundColor(Microsoft::Maui::Controls::BindableObject ^ obj, Microsoft::Maui::Graphics::Color ^ value);
public static void SetForegroundColor (Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value);
static member SetForegroundColor : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Graphics.Color -> unit
Public Shared Sub SetForegroundColor (obj As BindableObject, value As Color)

パラメーター

obj
BindableObject

前景色が設定されているオブジェクト。

value
Color

タブ バーの前景色。

適用対象