NavigationPage.GetBackButtonIcon 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.
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
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
The platform configuration for the navigation page on the GTK platform whose back button icon to get.
Returns
The path to the back button icon.