NavigationPage.SetBackButtonIcon 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
| 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
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
A fluent object on which the developer may make further method calls.