Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 557 Bytes

tabview_tabstripheader.md

File metadata and controls

27 lines (16 loc) · 557 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.TabView.TabStripHeader
winrt property

Microsoft.UI.Xaml.Controls.TabView.TabStripHeader

-description

Gets or sets the content that is shown to the left of the tab strip.

-property-value

The element that is shown to the left of the tab strip.

-remarks

The TabStripHeader property takes a single element. This is typically a layout panel, such as Grid or StackPanel, that contains additional elements.

-see-also

-examples