Page.SetLargeTitleDisplay Method

Definition

Overloads

SetLargeTitleDisplay(BindableObject, LargeTitleDisplayMode)

Sets the large title display preferences of element to value.

SetLargeTitleDisplay(IPlatformElementConfiguration<iOS,Page>, LargeTitleDisplayMode)

Sets the large title display preferences of config to value.

SetLargeTitleDisplay(BindableObject, LargeTitleDisplayMode)

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)

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.

Applies to