File: PlatformConfiguration\iOSSpecific\UIModalPresentationStyle.cs
Web Access
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls)
namespace Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific
{
	/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific/UIModalPresentationStyle.xml" path="Type[@FullName='Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle']/Docs/*" />
	public enum UIModalPresentationStyle
	{
		/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific/UIModalPresentationStyle.xml" path="//Member[@MemberName='FullScreen']/Docs/*" />
		FullScreen,
		/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific/UIModalPresentationStyle.xml" path="//Member[@MemberName='FormSheet']/Docs/*" />
		FormSheet,
		/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific/UIModalPresentationStyle.xml" path="//Member[@MemberName='Automatic']/Docs/*" />
		Automatic,
		/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific/UIModalPresentationStyle.xml" path="//Member[@MemberName='OverFullScreen']/Docs/*" />
		OverFullScreen,
		/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific/UIModalPresentationStyle.xml" path="//Member[@MemberName='PageSheet']/Docs/*" />
		PageSheet
	}
}