UIModalPresentationStyle 枚举

定义

枚举有效模式演示样式。

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

字段

名称 说明
FullScreen 0

内容以满屏方式显示。

FormSheet 1

内容显示在屏幕的中央。

Automatic 2
OverFullScreen 3
PageSheet 4

适用于