PivotHeaderPanel PivotHeaderPanel PivotHeaderPanel PivotHeaderPanel Class

Definition

Displays the header text of the items in a Pivot control.

public : sealed class PivotHeaderPanel : Canvas, IPivotHeaderPanelpublic sealed class PivotHeaderPanel : Canvas, IPivotHeaderPanelPublic NotInheritable Class PivotHeaderPanel Inherits Canvas Implements IPivotHeaderPanel// This API is not available in Javascript.
<PivotHeaderPanel .../>
Inheritance
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited properties

Inherited events

Inherited methods

Remarks

The XAML usage shown is for adjusting the XAML template for a Pivot control (or derived type). A PivotHeaderPanel element is the first child of a PivotPanel part in the default template XAML for Pivot. PivotHeaderPanel isn't typically used for general XAML UI composition.

Constructors

PivotHeaderPanel() PivotHeaderPanel() PivotHeaderPanel() PivotHeaderPanel()

Initializes a new instance of the PivotHeaderPanel class.

public : PivotHeaderPanel()public PivotHeaderPanel()Public Sub New()// This API is not available in Javascript.

See Also