Shell.SetUnselectedColor(BindableObject, Color) Method

Definition

Sets the color for unselected text and icons in the Shell chrome.

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

Parameters

obj
BindableObject

The object to which the color is set.

value
Color

The color for unselected text and icons in the Shell chrome.

Applies to