|
namespace Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific
{
/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific/TranslucencyMode.xml" path="Type[@FullName='Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode']/Docs/*" />
public enum TranslucencyMode
{
/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific/TranslucencyMode.xml" path="//Member[@MemberName='Default']/Docs/*" />
Default,
/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific/TranslucencyMode.xml" path="//Member[@MemberName='Translucent']/Docs/*" />
Translucent,
/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific/TranslucencyMode.xml" path="//Member[@MemberName='Opaque']/Docs/*" />
Opaque
}
}
|