Share via


UIModalPresentationStyle Enum

Definition

Enumerates valid modal presentation styles.

public enum UIModalPresentationStyle
type UIModalPresentationStyle = 
Inheritance
System.Enum
UIModalPresentationStyle

Fields

Name Value Description
FullScreen 0

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

FormSheet 1

The content is displayed in the center of the screen.

Automatic 2
OverFullScreen 3
PageSheet 4

Applies to