NavigationPage.SetTitleIcon(BindableObject, FileImageSource) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- value
- FileImageSource
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute