Page.SetLargeTitleDisplay 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
SetLargeTitleDisplay(BindableObject, LargeTitleDisplayMode) |
Sets the large title display preferences of |
SetLargeTitleDisplay(IPlatformElementConfiguration<iOS,Page>, LargeTitleDisplayMode) |
Sets the large title display preferences of |
SetLargeTitleDisplay(BindableObject, LargeTitleDisplayMode)
Sets the large title display preferences of element
to value
.
public static void SetLargeTitleDisplay (Xamarin.Forms.BindableObject element, Xamarin.Forms.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode value);
static member SetLargeTitleDisplay : Xamarin.Forms.BindableObject * Xamarin.Forms.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode -> unit
Parameters
- element
- BindableObject
The element whose large title display preference to set.
- value
- LargeTitleDisplayMode
The new large title display preferences.
Applies to
SetLargeTitleDisplay(IPlatformElementConfiguration<iOS,Page>, LargeTitleDisplayMode)
Sets the large title display preferences of config
to value
.
public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Page> SetLargeTitleDisplay (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Page> config, Xamarin.Forms.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode value);
static member SetLargeTitleDisplay : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Page> * Xamarin.Forms.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Page>
Parameters
- config
- IPlatformElementConfiguration<iOS,Page>
The element whose large title display preference to set.
- value
- LargeTitleDisplayMode
The new large title display preferences.
Returns
The updated configuration object on which developers can make successive method calls.