次の方法で共有


UIModalPresentationStyle 列挙型

定義

有効なモーダル表示スタイルを列挙します。

public enum class UIModalPresentationStyle
public enum UIModalPresentationStyle
type UIModalPresentationStyle = 
Public Enum UIModalPresentationStyle
継承
UIModalPresentationStyle

フィールド

名前 説明
FullScreen 0

コンテンツは画面を覆うように表示されます。

FormSheet 1

コンテンツは画面の中央に表示されます。

Automatic 2
OverFullScreen 3
PageSheet 4

適用対象