Share via


TabView.TabStripFooter 屬性

定義

取得或設定顯示在索引標籤帶右方的內容。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。

public:
 property Platform::Object ^ TabStripFooter { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable TabStripFooter();

void TabStripFooter(IInspectable value);
public object TabStripFooter { get; set; }
Public Property TabStripFooter As Object

屬性值

Object

Platform::Object

IInspectable

顯示在索引標籤帶右方的專案。

備註

TabStripFooter 屬性會採用單一元素。 這通常是包含其他元素的版面配置面板,例如 Grid 或 StackPanel。

適用於