Pivot 类
2012/2/9
Pivot 控件提供一种快速方法用来管理应用程序中各个视图的导航。该控件可以用作筛选较大的集或在视图之间切换的导航界面。
System..::..Object
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
System.Windows.Controls..::..ItemsControl
Microsoft.Phone.Controls.Primitives..::..TemplatedItemsControl<(Of <(<'PivotItem>)>)>
Microsoft.Phone.Controls..::..Pivot
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
System.Windows.Controls..::..ItemsControl
Microsoft.Phone.Controls.Primitives..::..TemplatedItemsControl<(Of <(<'PivotItem>)>)>
Microsoft.Phone.Controls..::..Pivot
程序集: Microsoft.Phone.Controls(位于 Microsoft.Phone.Controls.dll 中)
XMLNS for XAML:未映射到 xmlns。
[TemplatePartAttribute(Name = "PivotItemPresenter", Type = typeof(ItemsPresenter))] [StyleTypedPropertyAttribute(Property = "ItemContainerStyle", StyleTargetType = typeof(PivotItem))] [TemplatePartAttribute(Name = "HeadersListElement", Type = typeof(PivotHeadersControl))] public class Pivot : TemplatedItemsControl<PivotItem>
<Pivot .../>
Pivot 类型公开以下成员。
返回顶部
返回顶部
返回顶部
| 名称 | 说明 | |
|---|---|---|
![]() ![]() | HeaderTemplateProperty | 标识 HeaderTemplate 依赖项属性。 |
![]() ![]() | SelectedIndexProperty | 标识 SelectedIndex 依赖项属性。 |
![]() ![]() | SelectedItemProperty | 标识 SelectedItem 依赖项属性。 |
![]() ![]() | TitleProperty | 标识 Title 依赖项属性。 |
![]() ![]() | TitleTemplateProperty | 标识 TitleTemplate 依赖项属性。 |






