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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.