本文整理汇总了C#中Microsoft.Phone.Controls.Panorama类的典型用法代码示例。如果您正苦于以下问题:C# Panorama类的具体用法?C# Panorama怎么用?C# Panorama使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
Panorama类属于Microsoft.Phone.Controls命名空间,在下文中一共展示了Panorama类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/MyShopping;component/PanoramaPageofLists.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.panorama = ((Microsoft.Phone.Controls.Panorama)(this.FindName("panorama")));
}
开发者ID:NSemaX,项目名称:MyShopping-Windows-Phone-Client,代码行数:9,代码来源:PanoramaPageofLists.g.cs
示例2: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/RSSReader;component/Views/MainPano.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.RSSFeedsPanorama = ((Microsoft.Phone.Controls.Panorama)(this.FindName("RSSFeedsPanorama")));
}
开发者ID:karanthaker,项目名称:Windows-Phone-App---RSS-Reader,代码行数:9,代码来源:MainPano.g.i.cs
示例3: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/Improv%20Suggester;component/MainPage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this._basePanorama = ((Microsoft.Phone.Controls.Panorama)(this.FindName("_basePanorama")));
}
开发者ID:jrcs3,项目名称:WP7_Suggester,代码行数:9,代码来源:MainPage.g.i.cs
示例4: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/Game%20of%20Thrones;component/MainPage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.PanoControl = ((Microsoft.Phone.Controls.Panorama)(this.FindName("PanoControl")));
}
开发者ID:milincjoshi,项目名称:GameofThrones,代码行数:9,代码来源:MainPage.g.i.cs
示例5: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/DemoAppBarsDinamicos;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.PanoramaPrinc = ((Microsoft.Phone.Controls.Panorama)(this.FindName("PanoramaPrinc")));
}
开发者ID:yesez5,项目名称:tips.windows.phone,代码行数:10,代码来源:MainPage.g.i.cs
示例6: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/KNU%20Schedule;component/Pages/TimetablePage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.pivot = ((Microsoft.Phone.Controls.Panorama)(this.FindName("pivot")));
this.DownloadingBar = ((System.Windows.Controls.ProgressBar)(this.FindName("DownloadingBar")));
}
开发者ID:AndriiKobzar,项目名称:KNU-Schedule-WP,代码行数:10,代码来源:TimetablePage.g.cs
示例7: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/MyLocalPharmacy;component/View/HomePanorama.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.panoramaHeader = ((Microsoft.Phone.Controls.Panorama)(this.FindName("panoramaHeader")));
this.longListSelectorState = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("longListSelectorState")));
}
开发者ID:EdytaSzkiladz,项目名称:MyLocalPharmacy,代码行数:10,代码来源:HomePanorama.g.i.cs
示例8: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/EnglishGrammar;component/CategoryDetail.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.PageView = ((Microsoft.Phone.Controls.Panorama)(this.FindName("PageView")));
this.ParaTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ParaTitle")));
}
开发者ID:k8vungtau,项目名称:EnglishGrammar,代码行数:10,代码来源:CategoryDetail.g.cs
示例9: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/LiveSynergy;component/MainPage.xaml", System.UriKind.Relative));
this.MainPagePanorama = ((Microsoft.Phone.Controls.Panorama)(this.FindName("MainPagePanorama")));
this.FavoriteList = ((System.Windows.Controls.ListBox)(this.FindName("FavoriteList")));
this.HelpText = ((System.Windows.Controls.TextBlock)(this.FindName("HelpText")));
this.CommandList = ((System.Windows.Controls.ListBox)(this.FindName("CommandList")));
}
开发者ID:nebgnahz,项目名称:LiveSynergy-Windows-Phone,代码行数:11,代码来源:MainPage.g.cs
示例10: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/AppStudio;component/Views/TheNextWebPage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.Container = ((Microsoft.Phone.Controls.Panorama)(this.FindName("Container")));
this.TheNextWebItem = ((Microsoft.Phone.Controls.PanoramaItem)(this.FindName("TheNextWebItem")));
this.appBar = ((Cimbalino.Phone.Toolkit.Behaviors.ApplicationBarBehavior)(this.FindName("appBar")));
}
开发者ID:kchaitanya863,项目名称:Tech-News,代码行数:11,代码来源:TheNextWebPage.g.cs
示例11: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/KP%20Twitter%20Monitor;component/Content.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.konten = ((Microsoft.Phone.Controls.Panorama)(this.FindName("konten")));
this.home = ((Microsoft.Phone.Controls.PanoramaItem)(this.FindName("home")));
this.favoritedata = ((Microsoft.Phone.Controls.PanoramaItem)(this.FindName("favoritedata")));
}
开发者ID:herleeyandi,项目名称:KP-Twitter-Monitor,代码行数:11,代码来源:Content.g.cs
示例12: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/SMSPorto;component/MainPage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.panoramaView = ((Microsoft.Phone.Controls.Panorama)(this.FindName("panoramaView")));
this.btnCreateSMS = ((System.Windows.Controls.Button)(this.FindName("btnCreateSMS")));
this.adMobControl = ((Google.AdMob.Ads.WindowsPhone7.WPF.BannerAd)(this.FindName("adMobControl")));
}
开发者ID:mortenmilbak,项目名称:SMSPorto,代码行数:11,代码来源:MainPage.g.i.cs
示例13: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/WPAppStudio;component/View/moviebuzz_News.xaml", System.UriKind.Relative));
this.Panoramamoviebuzz_News0RefreshBtn = ((MyToolkit.Paging.BindableApplicationBarIconButton)(this.FindName("Panoramamoviebuzz_News0RefreshBtn")));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.Panoramamoviebuzz_News = ((Microsoft.Phone.Controls.Panorama)(this.FindName("Panoramamoviebuzz_News")));
this.Panoramamoviebuzz_News0 = ((Microsoft.Phone.Controls.PanoramaItem)(this.FindName("Panoramamoviebuzz_News0")));
this.Moviebuzz_NewsListControl = ((WPAppStudio.Controls.LongListSelector)(this.FindName("Moviebuzz_NewsListControl")));
}
开发者ID:violabazanye,项目名称:CinemaTalk,代码行数:12,代码来源:moviebuzz_News.g.cs
示例14: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/MyShopping;component/PanoramaLists.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
this.allListItemsListBox1 = ((System.Windows.Controls.ListBox)(this.FindName("allListItemsListBox1")));
this.showlistpanoramaview = ((System.Windows.Controls.Button)(this.FindName("showlistpanoramaview")));
this.panorama = ((Microsoft.Phone.Controls.Panorama)(this.FindName("panorama")));
}
开发者ID:NSemaX,项目名称:MyShopping-Windows-Phone-Client,代码行数:12,代码来源:PanoramaLists.g.cs
示例15: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/GameHub;component/Views/MainPage.xaml", System.UriKind.Relative));
this.PlatformsTemplate = ((System.Windows.DataTemplate)(this.FindName("PlatformsTemplate")));
this.CollectionTemplate = ((System.Windows.DataTemplate)(this.FindName("CollectionTemplate")));
this.NewsTemplate = ((System.Windows.DataTemplate)(this.FindName("NewsTemplate")));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.MainPano = ((Microsoft.Phone.Controls.Panorama)(this.FindName("MainPano")));
}
开发者ID:Giulio-Ladu,项目名称:GameHub,代码行数:12,代码来源:MainPage.g.cs
示例16: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/ChartsSample;component/Views/MainPage.xaml", System.UriKind.Relative));
this.panorama = ((Microsoft.Phone.Controls.Panorama)(this.FindName("panorama")));
this.PieChart = ((AmCharts.Windows.QuickCharts.PieChart)(this.FindName("PieChart")));
this.LineChart = ((AmCharts.Windows.QuickCharts.SerialChart)(this.FindName("LineChart")));
this.BarChart = ((AmCharts.Windows.QuickCharts.SerialChart)(this.FindName("BarChart")));
this.MixedChart = ((AmCharts.Windows.QuickCharts.SerialChart)(this.FindName("MixedChart")));
}
开发者ID:trilok567,项目名称:Windows-Phone,代码行数:12,代码来源:MainPage.g.i.cs
示例17: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/PodcastStarterKit;component/MainPage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.MainPano = ((Microsoft.Phone.Controls.Panorama)(this.FindName("MainPano")));
this.RecentList = ((System.Windows.Controls.ListBox)(this.FindName("RecentList")));
this.HistoryListBox = ((System.Windows.Controls.ListBox)(this.FindName("HistoryListBox")));
this.TwitterListBox = ((System.Windows.Controls.ListBox)(this.FindName("TwitterListBox")));
}
开发者ID:sleep-er,项目名称:Windows-Phone-Starter-Kit-for-Podcasts,代码行数:12,代码来源:MainPage.g.cs
示例18: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/mindHub;component/HomePage/HomePage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.PanoramaMain = ((Microsoft.Phone.Controls.Panorama)(this.FindName("PanoramaMain")));
this.newsFeedLV = ((System.Windows.Controls.ListBox)(this.FindName("newsFeedLV")));
this.messageLV = ((System.Windows.Controls.ListBox)(this.FindName("messageLV")));
this.projectsLV = ((System.Windows.Controls.ListBox)(this.FindName("projectsLV")));
}
开发者ID:patrickjason91,项目名称:mind-hub,代码行数:12,代码来源:HomePage.g.i.cs
示例19: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/bus_finder;component/BusPoint.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.bus_finder_panorama = ((Microsoft.Phone.Controls.Panorama)(this.FindName("bus_finder_panorama")));
this.lines_info_panoramaitem = ((Microsoft.Phone.Controls.PanoramaItem)(this.FindName("lines_info_panoramaitem")));
this.lines_info_listbox = ((System.Windows.Controls.ListBox)(this.FindName("lines_info_listbox")));
this.lbOutput = ((System.Windows.Controls.TextBlock)(this.FindName("lbOutput")));
}
开发者ID:enyblock,项目名称:bus_finder,代码行数:12,代码来源:BusPoint.g.i.cs
示例20: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/Triathlon%20Checklist;component/Pages/MainPage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
this.ChecklistsPanorama = ((Microsoft.Phone.Controls.Panorama)(this.FindName("ChecklistsPanorama")));
this.AddItemBarMenuItem = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("AddItemBarMenuItem")));
this.AboutAndHelpBarMenuItem = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("AboutAndHelpBarMenuItem")));
}
开发者ID:leodavesne,项目名称:Triathlon-Checklist-For-Windows-Phone,代码行数:12,代码来源:MainPage.g.cs
注:本文中的Microsoft.Phone.Controls.Panorama类示例由纯净天空整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。 |
请发表评论