共用方式為


Shell.SetTabBarIsVisible(BindableObject, Boolean) 方法

定義

設定指定 obj 為使用中時的索引標籤可見度。

public:
 static void SetTabBarIsVisible(Microsoft::Maui::Controls::BindableObject ^ obj, bool value);
public static void SetTabBarIsVisible (Microsoft.Maui.Controls.BindableObject obj, bool value);
static member SetTabBarIsVisible : Microsoft.Maui.Controls.BindableObject * bool -> unit
Public Shared Sub SetTabBarIsVisible (obj As BindableObject, value As Boolean)

參數

obj
BindableObject

修改索引標籤可見性的物件。

value
Boolean

true 表示將索引標籤設定為可見;否則為 false

備註

Tab 列和索引標籤預設會顯示在Shell應用程式中。 不過,將Shell.TabBarIsVisible 附加屬性設定為 false,即可隱藏索引標籤。 雖然這個屬性可以在子類別化的 Shell 物件上設定,但通常會在任何想要使索引卷標列不可見的 ShellContent 或 ContentPage 物件上設定此屬性。

適用於