Shell.SetNavBarHasShadow(BindableObject, Boolean) Method
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.
Controls whether the navigation bar has a shadow when the given obj
is active.
By default the value of the property is true
on Android, and false
on other platforms.
public:
static void SetNavBarHasShadow(Microsoft::Maui::Controls::BindableObject ^ obj, bool value);
public static void SetNavBarHasShadow (Microsoft.Maui.Controls.BindableObject obj, bool value);
static member SetNavBarHasShadow : Microsoft.Maui.Controls.BindableObject * bool -> unit
Public Shared Sub SetNavBarHasShadow (obj As BindableObject, value As Boolean)
Parameters
- obj
- BindableObject
The object that modifies if the navigation bar has a shadow.
- value
- Boolean
Manages if the navigation bar has a shadow.
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.