UIModalPresentationStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates valid modal presentation styles.
public enum class UIModalPresentationStyle
public enum UIModalPresentationStyle
type UIModalPresentationStyle =
Public Enum UIModalPresentationStyle
- Inheritance
-
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.