• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

C# Controls.Pivot类代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

本文整理汇总了C#中Microsoft.Phone.Controls.Pivot的典型用法代码示例。如果您正苦于以下问题:C# Pivot类的具体用法?C# Pivot怎么用?C# Pivot使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。



Pivot类属于Microsoft.Phone.Controls命名空间,在下文中一共展示了Pivot类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的C#代码示例。

示例1: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Motyvacija;component/About.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.PIVOT = ((Microsoft.Phone.Controls.Pivot)(this.FindName("PIVOT")));
 }
开发者ID:kaskanoidas,项目名称:Motyvacija_WP8,代码行数:9,代码来源:About.g.i.cs


示例2: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Projeto_RGL;component/Resultados.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Menu = ((Microsoft.Phone.Controls.Pivot)(this.FindName("Menu")));
 }
开发者ID:ribeiroluis,项目名称:Projeto_RGL,代码行数:9,代码来源:Resultados.g.cs


示例3: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Class-i-er;component/PanoramaPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Piv = ((Microsoft.Phone.Controls.Pivot)(this.FindName("Piv")));
 }
开发者ID:orthogonal,项目名称:Class-i-er,代码行数:9,代码来源:PanoramaPage.g.cs


示例4: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MyScheduleAppWP7v1;component/PivotPage1.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.pivotControl = ((Microsoft.Phone.Controls.Pivot)(this.FindName("pivotControl")));
 }
开发者ID:mac10688,项目名称:PublicWorkspace,代码行数:9,代码来源:PivotPage1.g.cs


示例5: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MangGuoTv;component/Views/ChannelDetail.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.MainPivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("MainPivot")));
 }
开发者ID:Jesn,项目名称:MangGuoTv,代码行数:9,代码来源:ChannelDetail.g.i.cs


示例6: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/POSH.Socrata.WP8;component/Views/CityDetails.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.pvCities = ((Microsoft.Phone.Controls.Pivot)(this.FindName("pvCities")));
 }
开发者ID:socrata,项目名称:govfinder-wp8,代码行数:9,代码来源:CityDetails.g.cs


示例7: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Tab%20View%20WP%208;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.HomePagePivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("HomePagePivot")));
 }
开发者ID:wtuts,项目名称:Tab-View-WP,代码行数:9,代码来源:MainPage.g.i.cs


示例8: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/PhoneApp1;component/FanArtGalery.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.GalleryPivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("GalleryPivot")));
 }
开发者ID:DonnaLou,项目名称:SummonersHQ,代码行数:9,代码来源:FanArtGalery.g.cs


示例9: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/CannedAirAPI;component/Controls/Timesheet.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.DaysPivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("DaysPivot")));
 }
开发者ID:pivotal-christopher-mitcheltree,项目名称:WP8_CannedAirAPI,代码行数:9,代码来源:Timesheet.g.cs


示例10: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/iFixit.WP8.UI;component/Views/Profile.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.MainInfo = ((Microsoft.Phone.Controls.Pivot)(this.FindName("MainInfo")));
 }
开发者ID:wuchangqi,项目名称:ifixit-microsoft,代码行数:9,代码来源:Profile.g.i.cs


示例11: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/DevDomMobile;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.pantallas = ((Microsoft.Phone.Controls.Pivot)(this.FindName("pantallas")));
 }
开发者ID:hminaya,项目名称:DevDomSocialAppWP7,代码行数:9,代码来源:MainPage.g.i.cs


示例12: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/FBReader.App;component/Views/Pages/Bookmarks/BookmarksPivot.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Items = ((Microsoft.Phone.Controls.Pivot)(this.FindName("Items")));
 }
开发者ID:bdvsoft,项目名称:reader_wp8_bazed_on_Fbreader,代码行数:9,代码来源:BookmarksPivot.g.cs


示例13: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/PhoneApp1;component/Views/AvailablePlayerPivot.xaml", System.UriKind.Relative));
     this.ShowPosition = ((PhoneApp1.Model.PositionVisibility)(this.FindName("ShowPosition")));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.AvailablePlayerPivotItem = ((Microsoft.Phone.Controls.Pivot)(this.FindName("AvailablePlayerPivotItem")));
 }
开发者ID:purduebretty,项目名称:wpapp,代码行数:10,代码来源:AvailablePlayerPivot.g.cs


示例14: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MusicPlayer;component/PlayList/ListPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.pivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("pivot")));
     this.lls = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("lls")));
 }
开发者ID:jevonsflash,项目名称:MusicPlayer,代码行数:10,代码来源:ListPage.g.i.cs


示例15: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/AppsZoom;component/Other.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.pivMain = ((Microsoft.Phone.Controls.Pivot)(this.FindName("pivMain")));
     this.piv = ((System.Windows.Controls.TextBlock)(this.FindName("piv")));
 }
开发者ID:dansef,项目名称:Windows_Phone_AppZoom,代码行数:10,代码来源:Other.g.cs


示例16: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/PhoneApp1;component/Views/AddPlayerPivot.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.RosterPivotItem = ((Microsoft.Phone.Controls.Pivot)(this.FindName("RosterPivotItem")));
     this.PositionListBox = ((System.Windows.Controls.ListBox)(this.FindName("PositionListBox")));
 }
开发者ID:purduebretty,项目名称:wpapp,代码行数:10,代码来源:AddPlayerPivot.g.cs


示例17: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SACIS;component/Principal.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Pivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("Pivot")));
     this.LLsMensagens = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("LLsMensagens")));
 }
开发者ID:burnermanx,项目名称:sacis-wp8,代码行数:10,代码来源:Principal.g.i.cs


示例18: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MyPartyProject;component/TicketPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.imgConnected = ((System.Windows.Controls.Image)(this.FindName("imgConnected")));
     this.pivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("pivot")));
 }
开发者ID:rcrozon,项目名称:PartyProject,代码行数:10,代码来源:TicketPage.g.i.cs


示例19: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/AzureManager;component/HostedServiceView.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.servicePivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("servicePivot")));
     this.productionDeployment = ((System.Windows.Controls.Border)(this.FindName("productionDeployment")));
 }
开发者ID:tomasmcguinness,项目名称:AzureManager,代码行数:10,代码来源:HostedServiceView.g.i.cs


示例20: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/AppStudio;component/Views/WiredDetail.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Container = ((Microsoft.Phone.Controls.Pivot)(this.FindName("Container")));
     this.appBar = ((Cimbalino.Phone.Toolkit.Behaviors.ApplicationBarBehavior)(this.FindName("appBar")));
 }
开发者ID:kchaitanya863,项目名称:Tech-News,代码行数:10,代码来源:WiredDetail.g.i.cs



注:本文中的Microsoft.Phone.Controls.Pivot类示例由纯净天空整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
C# CSharp.LocalVariableReference类代码示例发布时间:2022-05-27
下一篇:
C# Library.EdmEntityType类代码示例发布时间:2022-05-27
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap