NavigationPage.SetBackButtonIcon Method

Definition

Overloads

SetBackButtonIcon(BindableObject, String)

Sets the path to the back button icon.

SetBackButtonIcon(IPlatformElementConfiguration<GTK,NavigationPage>, String)

Sets the path to the back button icon.

SetBackButtonIcon(BindableObject, String)

Sets the path to the back button icon.

public static void SetBackButtonIcon (Xamarin.Forms.BindableObject element, string backButtonIcon);
static member SetBackButtonIcon : Xamarin.Forms.BindableObject * string -> unit

Parameters

element
BindableObject

The navigation page on the GTK platform whose back button icon to get.

backButtonIcon
String

The new back button icon path.

Applies to

SetBackButtonIcon(IPlatformElementConfiguration<GTK,NavigationPage>, String)

Sets the path to the back button icon.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.GTK,Xamarin.Forms.NavigationPage> SetBackButtonIcon (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.GTK,Xamarin.Forms.NavigationPage> config, string value);
static member SetBackButtonIcon : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.GTK, Xamarin.Forms.NavigationPage> * string -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.GTK, Xamarin.Forms.NavigationPage>

Parameters

config
IPlatformElementConfiguration<GTK,NavigationPage>

The platform configuration for the navigation page on the GTK platform whose back button icon to set.

value
String

The new back button icon path.

Returns

IPlatformElementConfiguration<GTK,NavigationPage>

A fluent object on which the developer may make further method calls.

Applies to