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)
- Source:
- Page.cs
- Source:
- Page.cs
Sets the large title display preferences of element
to value
.
public:
static void SetLargeTitleDisplay(Microsoft::Maui::Controls::BindableObject ^ element, Microsoft::Maui::Controls::PlatformConfiguration::iOSSpecific::LargeTitleDisplayMode value);
public static void SetLargeTitleDisplay (Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode value);
static member SetLargeTitleDisplay : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode -> unit
Public Sub SetLargeTitleDisplay (element As BindableObject, value As LargeTitleDisplayMode)
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)
- Source:
- Page.cs
- Source:
- Page.cs
Sets the large title display preferences of config
to value
.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::Page ^> ^ SetLargeTitleDisplay(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::Page ^> ^ config, Microsoft::Maui::Controls::PlatformConfiguration::iOSSpecific::LargeTitleDisplayMode value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.Page> SetLargeTitleDisplay (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.Page> config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode value);
static member SetLargeTitleDisplay : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.Page> * Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.Page>
<Extension()>
Public Function SetLargeTitleDisplay (config As IPlatformElementConfiguration(Of iOS, Page), value As LargeTitleDisplayMode) As IPlatformElementConfiguration(Of iOS, 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.