NavigationPage.GetBackButtonIcon Method

Definition

Overloads

GetBackButtonIcon(BindableObject)

Gets the icon for the back button.

GetBackButtonIcon(IPlatformElementConfiguration<GTK,NavigationPage>)

Gets the path to the back button icon.

GetBackButtonIcon(BindableObject)

Gets the icon for the back button.

public static string GetBackButtonIcon (Xamarin.Forms.BindableObject element);
static member GetBackButtonIcon : Xamarin.Forms.BindableObject -> string

Parameters

element
BindableObject

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

Returns

String

The path to the back button icon.

Applies to

GetBackButtonIcon(IPlatformElementConfiguration<GTK,NavigationPage>)

Gets the path to the back button icon.

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

Parameters

config
IPlatformElementConfiguration<GTK,NavigationPage>

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

Returns

String

The path to the back button icon.

Applies to