次の方法で共有


UIModalPresentationStyle 列挙型

定義

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

public enum UIModalPresentationStyle
type UIModalPresentationStyle = 
継承
System.Enum
UIModalPresentationStyle

フィールド

Automatic 2
FormSheet 1

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

FullScreen 0

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

OverFullScreen 3
PageSheet 4

適用対象