本文整理汇总了C#中Microsoft.Phone.Controls.PivotItem类的典型用法代码示例。如果您正苦于以下问题:C# PivotItem类的具体用法?C# PivotItem怎么用?C# PivotItem使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
PivotItem类属于Microsoft.Phone.Controls命名空间,在下文中一共展示了PivotItem类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/AzureManager;component/ViewSubscription.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.hostedServicesPivot = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("hostedServicesPivot")));
}
开发者ID:tomasmcguinness,项目名称:AzureManager,代码行数:9,代码来源:ViewSubscription.g.cs
示例2: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/Bookish;component/Home.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.BooksPivot = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("BooksPivot")));
}
开发者ID:healthycodemagazine,项目名称:Sep2014,代码行数:9,代码来源:Home.g.i.cs
示例3: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/VKPro;component/Page1.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.ContactsPivotItem = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("ContactsPivotItem")));
this.ContactsFirstRunStackPanel = ((System.Windows.Controls.StackPanel)(this.FindName("ContactsFirstRunStackPanel")));
}
开发者ID:mikejan,项目名称:EntacikGorc,代码行数:10,代码来源:Page1.g.i.cs
示例4: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/PanoramaApp;component/List.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.ListHeader = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("ListHeader")));
this.ListData = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("ListData")));
this.InsideCartData = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("InsideCartData")));
}
开发者ID:JosephHalim,项目名称:FirstWP8App,代码行数:11,代码来源:List.g.i.cs
示例5: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/DnD35.SRD.Navigator8;component/MainPage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.MasterPivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("MasterPivot")));
this.HomePivot = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("HomePivot")));
this.HomeMenuOptionsList = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("HomeMenuOptionsList")));
}
开发者ID:Frannsoft,项目名称:dnd35encyclopedia,代码行数:11,代码来源:MainPage.g.i.cs
示例6: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/Game%20of%20Thrones;component/ListPage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.PivotTitle = ((Microsoft.Phone.Controls.Pivot)(this.FindName("PivotTitle")));
this.Members = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("Members")));
this.HouseMembersListDesign = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("HouseMembersListDesign")));
}
开发者ID:milincjoshi,项目名称:GameofThrones,代码行数:11,代码来源:ListPage.g.cs
示例7: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/ResKueMe;component/ContactsView.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
this.SamplePivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("SamplePivot")));
this.MultiselectLbxItem = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("MultiselectLbxItem")));
this.ContactList = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("ContactList")));
}
开发者ID:sudhansusingh22,项目名称:ReskueMe,代码行数:12,代码来源:ContactsView.g.i.cs
示例8: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/iConto;component/Wallet/Cards/Wallet.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.Pivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("Pivot")));
this.BankCards = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("BankCards")));
this.CashCards = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("CashCards")));
this.IcontoCards = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("IcontoCards")));
}
开发者ID:raveclassic,项目名称:icontowp8,代码行数:12,代码来源:Wallet.g.i.cs
示例9: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/LeanCloud.LeanMeaasge.Demo;component/MainPage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.main_pivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("main_pivot")));
this.lls_conversation = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("lls_conversation")));
this.pi_contacts = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("pi_contacts")));
this.lls_contacts = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("lls_contacts")));
}
开发者ID:Mithril0rd,项目名称:windows-phone-sdk-demos,代码行数:12,代码来源:MainPage.g.cs
示例10: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/Microsoft.Samples.CRUDSqlAzure.Phone;component/Pages/RestaurantDishesPage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.MenuPivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("MenuPivot")));
this.origHeader = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("origHeader")));
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
this.ItemsListBox = ((System.Windows.Controls.ListBox)(this.FindName("ItemsListBox")));
}
开发者ID:junleqian,项目名称:Mobile-Restaurant,代码行数:12,代码来源:RestaurantDishesPage.g.i.cs
示例11: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/ControleDeGastos;component/MainPage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
this.pivotAccounts = ((Microsoft.Phone.Controls.Pivot)(this.FindName("pivotAccounts")));
this.newAccount = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("newAccount")));
[email protected] = ((System.Windows.Controls.Button)(this.FindName("new")));
}
开发者ID:tiagosomda,项目名称:ControleDeGastos,代码行数:12,代码来源:MainPage.g.cs
示例12: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/AppSeafileClient;component/Pages/ContentLibraryPage.xaml", System.UriKind.Relative));
this.WaitIndicator = ((Microsoft.Phone.Controls.WaitCursor)(this.FindName("WaitIndicator")));
this.PivotItemLibContent = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("PivotItemLibContent")));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.imgSelectedImage = ((System.Windows.Controls.Image)(this.FindName("imgSelectedImage")));
this.listContentLibrary = ((System.Windows.Controls.ListBox)(this.FindName("listContentLibrary")));
this.myPivoteItemHelp = ((AppSeafileClient.Class.PivotHelpControl)(this.FindName("myPivoteItemHelp")));
}
开发者ID:seb2020,项目名称:CloudWave,代码行数:13,代码来源:ContentLibraryPage.g.i.cs
示例13: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/PivotApp1;component/RecipePage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.recepie = ((Microsoft.Phone.Controls.Pivot)(this.FindName("recepie")));
this.ingridiants = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("ingridiants")));
this.ingridiantsTextBox = ((System.Windows.Controls.TextBlock)(this.FindName("ingridiantsTextBox")));
this.recipe = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("recipe")));
this.recTextBox = ((System.Windows.Controls.TextBlock)(this.FindName("recTextBox")));
}
开发者ID:hsneshat,项目名称:Master,代码行数:13,代码来源:RecipePage.g.cs
示例14: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/Fourmia;component/AntDetails.xaml", System.UriKind.Relative));
this.root = ((Microsoft.Phone.Controls.PhoneApplicationPage)(this.FindName("root")));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.desc = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("desc")));
this.AntDescription = ((System.Windows.Controls.TextBlock)(this.FindName("AntDescription")));
this.AntSize = ((System.Windows.Controls.TextBlock)(this.FindName("AntSize")));
this.ListToolKitAnt = ((System.Windows.Controls.ListBox)(this.FindName("ListToolKitAnt")));
}
开发者ID:BancarelValentin,项目名称:Fourmia,代码行数:13,代码来源:AntDetails.g.cs
示例15: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/FirstWorldProblems;component/AboutPage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.masterPivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("masterPivot")));
this.forecastPivot = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("forecastPivot")));
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
this.imgHeader = ((System.Windows.Controls.Image)(this.FindName("imgHeader")));
this.scrollViewer1 = ((System.Windows.Controls.ScrollViewer)(this.FindName("scrollViewer1")));
}
开发者ID:davidrs,项目名称:FirstWorldProblems,代码行数:13,代码来源:AboutPage.g.i.cs
示例16: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/WordSteps;component/Pages/SettingsPage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.SettingsPivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("SettingsPivot")));
this.LanguagePivotItem = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("LanguagePivotItem")));
this.LearningLanguage = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("LearningLanguage")));
this.TranslationLanguage = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("TranslationLanguage")));
this.InterfaceLanguage = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("InterfaceLanguage")));
}
开发者ID:jeremejevs,项目名称:word-steps,代码行数:13,代码来源:SettingsPage.g.cs
示例17: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/MassiveAttack;component/MainPage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.Pivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("Pivot")));
this.Button = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("Button")));
this.playButton = ((System.Windows.Controls.Button)(this.FindName("playButton")));
this.bigButton1 = ((MassiveAttack.BigButton)(this.FindName("bigButton1")));
this.Drawer = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("Drawer")));
this.listBox1 = ((System.Windows.Controls.ListBox)(this.FindName("listBox1")));
}
开发者ID:amahood,项目名称:MassiveAttack,代码行数:14,代码来源:MainPage.g.i.cs
示例18: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/WP7MPD;component/PivotPage2.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.library = ((Microsoft.Phone.Controls.Pivot)(this.FindName("library")));
this.artists = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("artists")));
this.listBox2 = ((System.Windows.Controls.ListBox)(this.FindName("listBox2")));
this.albums = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("albums")));
this.listBox3 = ((System.Windows.Controls.ListBox)(this.FindName("listBox3")));
this.listBox1 = ((System.Windows.Controls.ListBox)(this.FindName("listBox1")));
}
开发者ID:boricuaboy101,项目名称:WP7MPD,代码行数:14,代码来源:PivotPage2.g.i.cs
示例19: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/Jabber;component/MainPage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.MyPivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("MyPivot")));
this.contactPivot = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("contactPivot")));
this.test = ((System.Windows.Controls.ItemsControl)(this.FindName("test")));
this.chatPivot = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("chatPivot")));
this.scrollDialog = ((System.Windows.Controls.ScrollViewer)(this.FindName("scrollDialog")));
this.scrollEvent = ((System.Windows.Controls.ScrollViewer)(this.FindName("scrollEvent")));
}
开发者ID:Styort,项目名称:JabberWindowsPhone,代码行数:14,代码来源:MainPage.g.i.cs
示例20: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/DinnerDecisionPhone;component/MainPage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.mainPivotPage = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("mainPivotPage")));
this.ParentGrid = ((System.Windows.Controls.Grid)(this.FindName("ParentGrid")));
this.DinnerTextBlock = ((System.Windows.Controls.TextBlock)(this.FindName("DinnerTextBlock")));
this.StartButton = ((System.Windows.Controls.Button)(this.FindName("StartButton")));
this.menuPivotPage = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("menuPivotPage")));
this.MenuTextBox = ((System.Windows.Controls.TextBox)(this.FindName("MenuTextBox")));
}
开发者ID:juyingnan,项目名称:VS,代码行数:14,代码来源:MainPage.g.i.cs
注:本文中的Microsoft.Phone.Controls.PivotItem类示例由纯净天空整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。 |
请发表评论