UIModalPresentationStyle Enum

Definition

Enumerates valid modal presentation styles.

public enum class UIModalPresentationStyle
public enum UIModalPresentationStyle
type UIModalPresentationStyle = 
Public Enum UIModalPresentationStyle
Inheritance
UIModalPresentationStyle

Fields

Automatic 2
FormSheet 1

The content is displayed in the center of the screen.

FullScreen 0

The content is displayed in a manner that covers the screen.

OverFullScreen 3
PageSheet 4

Applies to