次の方法で共有


Page.ModalPresentationStyle メソッド

定義

Pageのモーダル プレゼンテーション スタイルを取得します。

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

パラメーター

config
IPlatformElementConfiguration<iOS,Page>

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

戻り値

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

適用対象