共用方式為


Shell.GetNavBarHasShadow(BindableObject) 方法

定義

取得值,表示導覽列在使用中 obj 時是否具有陰影。

public:
 static bool GetNavBarHasShadow(Microsoft::Maui::Controls::BindableObject ^ obj);
public static bool GetNavBarHasShadow (Microsoft.Maui.Controls.BindableObject obj);
static member GetNavBarHasShadow : Microsoft.Maui.Controls.BindableObject -> bool
Public Shared Function GetNavBarHasShadow (obj As BindableObject) As Boolean

參數

obj
BindableObject

如果導覽列有陰影,則修改的物件。

傳回

true 如果顯示導覽列時 obj 有陰影,則為 ,否則為 false

適用於