PivotPanel PivotPanel PivotPanel PivotPanel Class

Definition

Displays the items in a Pivot control.

public : sealed class PivotPanel : Panel, IPivotPanel, IScrollSnapPointsInfopublic sealed class PivotPanel : Panel, IPivotPanel, IScrollSnapPointsInfoPublic NotInheritable Class PivotPanel Inherits Panel Implements IPivotPanel, IScrollSnapPointsInfo// This API is not available in Javascript.
<PivotPanel .../>
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 PivotPanel element is the main content area (wrapped by a ScrollViewer ) in the default template XAML for Pivot. PivotPanel isn't typically used for general XAML UI composition.

Constructors

PivotPanel() PivotPanel() PivotPanel() PivotPanel()

Initializes a new instance of the PivotPanel class.

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

Properties

AreHorizontalSnapPointsRegular AreHorizontalSnapPointsRegular AreHorizontalSnapPointsRegular AreHorizontalSnapPointsRegular

This property is reserved for internal use and is not intended to be used in your code.

public : PlatForm::Boolean AreHorizontalSnapPointsRegular { get; }public bool AreHorizontalSnapPointsRegular { get; }Public ReadOnly Property AreHorizontalSnapPointsRegular As bool// This API is not available in Javascript.
Value
PlatForm::Boolean bool bool bool

Reserved.

AreVerticalSnapPointsRegular AreVerticalSnapPointsRegular AreVerticalSnapPointsRegular AreVerticalSnapPointsRegular

This property is reserved for internal use and is not intended to be used in your code.

public : PlatForm::Boolean AreVerticalSnapPointsRegular { get; }public bool AreVerticalSnapPointsRegular { get; }Public ReadOnly Property AreVerticalSnapPointsRegular As bool// This API is not available in Javascript.
Value
PlatForm::Boolean bool bool bool

Reserved.

Methods

GetIrregularSnapPoints(Orientation, SnapPointsAlignment) GetIrregularSnapPoints(Orientation, SnapPointsAlignment) GetIrregularSnapPoints(Orientation, SnapPointsAlignment) GetIrregularSnapPoints(Orientation, SnapPointsAlignment)

This property is reserved for internal use and is not intended to be used in your code.

public : IVectorView<float> GetIrregularSnapPoints(Orientation orientation, SnapPointsAlignment alignment)public IReadOnlyList<float> GetIrregularSnapPoints(Orientation orientation, SnapPointsAlignment alignment)Public Function GetIrregularSnapPoints(orientation As Orientation, alignment As SnapPointsAlignment) As IReadOnlyList( Of float )// This API is not available in Javascript.
Parameters
Returns
IVectorView<float> IReadOnlyList<float> IReadOnlyList<float> IReadOnlyList<float>

Reserved.

GetRegularSnapPoints(Orientation, SnapPointsAlignment, Single) GetRegularSnapPoints(Orientation, SnapPointsAlignment, Single) GetRegularSnapPoints(Orientation, SnapPointsAlignment, Single) GetRegularSnapPoints(Orientation, SnapPointsAlignment, Single)

This property is reserved for internal use and is not intended to be used in your code.

public : float GetRegularSnapPoints(Orientation orientation, SnapPointsAlignment alignment, float offset)public float GetRegularSnapPoints(Orientation orientation, SnapPointsAlignment alignment, Single offset)Public Function GetRegularSnapPoints(orientation As Orientation, alignment As SnapPointsAlignment, offset As Single) As float// This API is not available in Javascript.
Parameters
offset
float Single Single Single

Reserved.

Returns
float float float float

Reserved.

Events

HorizontalSnapPointsChanged HorizontalSnapPointsChanged HorizontalSnapPointsChanged HorizontalSnapPointsChanged

This property is reserved for internal use and is not intended to be used in your code.

public : event EventHandler HorizontalSnapPointsChanged<object>public event EventHandler HorizontalSnapPointsChanged<object>Public Event HorizontalSnapPointsChanged<object>// This API is not available in Javascript.

VerticalSnapPointsChanged VerticalSnapPointsChanged VerticalSnapPointsChanged VerticalSnapPointsChanged

This property is reserved for internal use and is not intended to be used in your code.

public : event EventHandler VerticalSnapPointsChanged<object>public event EventHandler VerticalSnapPointsChanged<object>Public Event VerticalSnapPointsChanged<object>// This API is not available in Javascript.

See Also