Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.12 KB

pivot_leftheader.md

File metadata and controls

41 lines (29 loc) · 1.12 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.Pivot.LeftHeader
winrt property

Windows.UI.Xaml.Controls.Pivot.LeftHeader

-description

Gets or sets the content for the header on the control's left side.

-xaml-syntax

<Pivot LeftHeader="headerString"/>
- or -
<Pivot>
  <Pivot.LeftHeader>headerObject</Pivot.LeftHeader>
</Pivot>

-xaml-values

headerString
headerStringA text string that serves as header content.
headerObject
headerObjectA single object element that serves as header content. Use discretion when using objects as header content; not all objects are suitable for use within the limited presentation surface that appears for headers.
## -property-value The content of the header on the control's left side. The default is **null**.

-remarks

You can set a data template for the LeftHeader value by using the LeftHeaderTemplate property.

-examples

-see-also

RightHeader, LeftHeaderTemplate