Shell.GetUnselectedColor(BindableObject) メソッド

定義

シェル クロムで選択されていないテキストとアイコンの色を取得します。

public:
 static Microsoft::Maui::Graphics::Color ^ GetUnselectedColor(Microsoft::Maui::Controls::BindableObject ^ obj);
public static Microsoft.Maui.Graphics.Color GetUnselectedColor (Microsoft.Maui.Controls.BindableObject obj);
static member GetUnselectedColor : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Graphics.Color
Public Shared Function GetUnselectedColor (obj As BindableObject) As Color

パラメーター

obj
BindableObject

色を設定するオブジェクト。

戻り値

シェル クロムの選択されていないテキストとアイコンの色。

適用対象