Windows8開發(fā)5-Windows 8 App AppBar

Windows8開發(fā)5-Windows 8 App AppBar

ID:40581150

大?。?5.63 KB

頁數(shù):4頁

時間:2019-08-04

Windows8開發(fā)5-Windows 8 App AppBar_第1頁
Windows8開發(fā)5-Windows 8 App AppBar_第2頁
Windows8開發(fā)5-Windows 8 App AppBar_第3頁
Windows8開發(fā)5-Windows 8 App AppBar_第4頁
資源描述:

《Windows8開發(fā)5-Windows 8 App AppBar》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫

1、TravelJourney-AppBar1.1添加AppBar這里,我們選擇在ItemDetailsPage頁面添加AppBar,代碼如下:

2、Name="RightPanel"Orientation="Horizontal"Grid.Column="1"HorizontalAlignment="Right">1.2實現(xiàn)AppBar上的按鈕(PINtoStart)在ItemDetailsPage的后臺文件中添加代碼:voidInit(){pinToAppBar.Click+=pinToAppBar

3、_Click;pageRoot.BottomAppBar.Opened+=BottomAppBar_Opened;}voidBottomAppBar_Opened(objectsender,objecte){ToggleAppBarButton(!SecondaryTile.Exists(((SampleDataItem)this.flipView.SelectedItem).UniqueId));}RectGetElementRect(FrameworkElementelement){FrameworkEl

4、ementsender=(FrameworkElement)pinToAppBar;Windows.UI.Xaml.Media.GeneralTransformbuttonTransform=sender.TransformToVisual(null);Windows.Foundation.Pointpoint=buttonTransform.TransformPoint(newPoint());Windows.Foundation.Rectrect=newRect(point,newSize(element

5、.ActualWidth,element.ActualHeight));returnrect;}asyncvoidpinToAppBar_Click(objectsender,RoutedEventArgse){varitem=(SampleDataItem)this.flipView.SelectedItem;varuri=newUri(item.TileImagePath.AbsoluteUri);if(SecondaryTile.Exists(item.UniqueId)){SecondaryTiles

6、econdaryTile=newSecondaryTile(item.UniqueId);boolisUnpinned=awaitsecondaryTile.RequestDeleteForSelectionAsync(GetElementRect((FrameworkElement)sender),Windows.UI.Popups.Placement.Above);ToggleAppBarButton(isUnpinned);}else{SecondaryTilesecondaryTile=newSeco

7、ndaryTile(item.UniqueId,item.UniqueId,item.UniqueId,item.UniqueId,TileOptions.None,uri);boolisPinned=awaitsecondaryTile.RequestCreateForSelectionAsync(GetElementRect((FrameworkElement)sender),Windows.UI.Popups.Placement.Above);ToggleAppBarButton(!isPinned);

8、}pageRoot.BottomAppBar.IsOpen=false;}privatevoidToggleAppBarButton(boolshowPinButton){if(pinToAppBar!=null)pinToAppBar.Style=(showPinButton)?(Application.Current.Resources["PinAppBarButtonStyle"]asStyl

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動畫的文件,查看預(yù)覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負(fù)責(zé)整理代發(fā)布。如果您對本文檔版權(quán)有爭議請及時聯(lián)系客服。
3. 下載前請仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡(luò)波動等原因無法下載或下載錯誤,付費完成后未能成功下載的用戶請聯(lián)系客服處理。