NavigationPage.SetTitleIcon(BindableObject, FileImageSource) Method

Definition

Caution

SetTitleIcon is obsolete as of 4.0.0. Please use SetTitleIconImageSource instead.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("SetTitleIcon is obsolete as of 4.0.0. Please use SetTitleIconImageSource instead.")]
public static void SetTitleIcon (Xamarin.Forms.BindableObject bindable, Xamarin.Forms.FileImageSource value);
static member SetTitleIcon : Xamarin.Forms.BindableObject * Xamarin.Forms.FileImageSource -> unit

Parameters

bindable
BindableObject
Attributes

Applies to