次の方法で共有


Page.SetModalPresentationStyle メソッド

定義

Pageのモーダル 表示スタイルを設定します。

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::Page ^> ^ SetModalPresentationStyle(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::Page ^> ^ config, Microsoft::Maui::Controls::PlatformConfiguration::iOSSpecific::UIModalPresentationStyle value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.Page> SetModalPresentationStyle (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.Page> config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle value);
static member SetModalPresentationStyle : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.Page> * Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.Page>
<Extension()>
Public Function SetModalPresentationStyle (config As IPlatformElementConfiguration(Of iOS, Page), value As UIModalPresentationStyle) As IPlatformElementConfiguration(Of iOS, Page)

パラメーター

config
IPlatformElementConfiguration<iOS,Page>

操作を実行する要素を含むプラットフォーム固有の構成。

value
UIModalPresentationStyle

モーダル プレゼンテーション スタイル。

戻り値

操作を実行する要素を含むプラットフォーム固有の構成。

適用対象