You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>The navigation page instance that Microsoft.Maui.Controls created on the iOS platform.</summary>
8
9
publicstaticclassNavigationPage
9
10
{
10
11
#region Translucent
11
12
/// <summary>Bindable property for <see cref="IsNavigationBarTranslucent"/>.</summary>
13
+
14
+
[Obsolete("IsNavigationBarTranslucent is deprecated. The Translucent will be enabled by default by setting the BarBackgroundColor to a transparent color.")]
/// <summary>Returns a Boolean value that tells whether the navigation bar on the platform-specific navigation page is translucent.</summary>
17
20
/// <param name="element">The platform specific element on which to perform the operation.</param>
18
21
/// <returns>A Boolean value that tells whether the navigation bar on the platform-specific navigation page is translucent.</returns>
22
+
[Obsolete("IsNavigationBarTranslucent is deprecated. The Translucent will be enabled by default by setting the BarBackgroundColor to a transparent color.")]
[Obsolete("IsNavigationBarTranslucent is deprecated. The Translucent will be enabled by default by setting the BarBackgroundColor to a transparent color.")]
@@ -30,12 +35,14 @@ public static void SetIsNavigationBarTranslucent(BindableObject element, bool va
30
35
/// <summary>Returns a Boolean value that tells whether the navigation bar on the platform-specific navigation page is translucent.</summary>
31
36
/// <param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
32
37
/// <returns>A Boolean value that tells whether the navigation bar on the platform-specific navigation page is translucent.</returns>
38
+
[Obsolete("IsNavigationBarTranslucent is deprecated. The Translucent will be enabled by default by setting the BarBackgroundColor to a transparent color.")]
[Obsolete("IsNavigationBarTranslucent is deprecated. The Translucent will be enabled by default by setting the BarBackgroundColor to a transparent color.")]
@@ -45,6 +52,7 @@ public static IPlatformElementConfiguration<iOS, FormsElement> SetIsNavigationBa
45
52
/// <summary>Makes the navigation bar translucent on the platform-specific element.</summary>
46
53
/// <param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
47
54
/// <returns>The updated configuration object on which developers can make successive method calls.</returns>
55
+
[Obsolete("IsNavigationBarTranslucent is deprecated. The Translucent will be enabled by default by setting the BarBackgroundColor to a transparent color.")]
@@ -54,6 +62,7 @@ public static IPlatformElementConfiguration<iOS, FormsElement> EnableTranslucent
54
62
/// <summary>Makes the navigation bar opaque on the platform-specific element.</summary>
55
63
/// <param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
56
64
/// <returns>The updated configuration object on which developers can make successive method calls.</returns>
65
+
[Obsolete("IsNavigationBarTranslucent is deprecated. The Translucent will be enabled by default by setting the BarBackgroundColor to a transparent color.")]
0 commit comments