NavigationPage.SetIconColor(BindableObject, Color) Method

Definition

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

Parameters

bindable
BindableObject
value
Color

Applies to