NavigationPage.SetPrefersLargeTitles 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
SetPrefersLargeTitles(BindableObject, Boolean) |
Sets the large title preference behavior of |
SetPrefersLargeTitles(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean) |
Sets the large title preference behavior of |
SetPrefersLargeTitles(BindableObject, Boolean)
Sets the large title preference behavior of element
to value
.
public static void SetPrefersLargeTitles (Xamarin.Forms.BindableObject element, bool value);
static member SetPrefersLargeTitles : Xamarin.Forms.BindableObject * bool -> unit
Parameters
- element
- BindableObject
The element whose preference to set.
- value
- System.Boolean
The new large title preference behavior.
Applies to
SetPrefersLargeTitles(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean)
Sets the large title preference behavior of config
to value
.
public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> SetPrefersLargeTitles (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> config, bool value);
static member SetPrefersLargeTitles : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.NavigationPage> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.NavigationPage>
Parameters
The element whose preference to set.
- value
- System.Boolean
The new large title preference behavior.