Shell.SetTitleColor(BindableObject, Color) Method

Definition

Sets the color used for the title of the current page.

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

Parameters

obj
BindableObject

The object to which the color is set.

value
Color

The color used for the title of the current page.

Applies to