转载自:https://blog.csdn.net/lindexi_gd/article/details/49307913




<Pagex:Class="appButtonBar.MainPage"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"xmlns:local="using:appButtonBar"xmlns:d="http://schemas.microsoft.com/expression/blend/2008"xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"mc:Ignorable="d"><Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"><ScrollViewer HorizontalScrollBarVisibility="Visible" VerticalScrollBarVisibility="Disabled"><StackPanel x:Name="xgrid" Orientation="Horizontal" Background="Black"><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Previous" Label = "Previous" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Next" Label = "Next" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Play" Label = "Play" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Pause" Label = "Pause" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Edit" Label = "Edit" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Save" Label = "Save" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Clear" Label = "Clear" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Delete" Label = "Delete" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Remove" Label = "Remove" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Add" Label = "Add" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Cancel" Label = "Cancel" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Accept" Label = "Accept" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "More" Label = "More" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Redo" Label = "Redo" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Undo" Label = "Undo" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Home" Label = "Home" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Up" Label = "Up" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Forward" Label = "Forward" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Back" Label = "Back" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Favorite" Label = "Favorite" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Camera" Label = "Camera" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Setting" Label = "Setting" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Video" Label = "Video" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Sync" Label = "Sync" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Download" Label = "Download" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Mail" Label = "Mail" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Find" Label = "Find" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Help" Label = "Help" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Upload" Label = "Upload" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Emoji" Label = "Emoji" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "TwoPage" Label = "TwoPage" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "LeaveChat" Label = "LeaveChat" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "MailForward" Label = "MailForward" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Clock" Label = "Clock" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Send" Label = "Send" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Crop" Label = "Crop" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "RotateCamera" Label = "RotateCamera" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "People" Label = "People" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "OpenPane" Label = "OpenPane" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "ClosePane" Label = "ClosePane" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "World" Label = "World" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Flag" Label = "Flag" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "PreviewLink" Label = "PreviewLink" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Globe" Label = "Globe" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Trim" Label = "Trim" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "AttachCamera" Label = "AttachCamera" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "ZoomIn" Label = "ZoomIn" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Bookmarks" Label = "Bookmarks" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Document" Label = "Document" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "ProtectedDocument" Label = "ProtectedDocument" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Page" Label = "Page" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Bullets" Label = "Bullets" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Comment" Label = "Comment" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "MailFilled" Label = "MailFilled" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "ContactInfo" Label = "ContactInfo" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "HangUp" Label = "HangUp" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "ViewAll" Label = "ViewAll" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "MapPin" Label = "MapPin" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Phone" Label = "Phone" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "VideoChat" Label = "VideoChat" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Switch" Label = "Switch" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Contact" Label = "Contact" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Rename" Label = "Rename" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Pin" Label = "Pin" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "MusicInfo" Label = "MusicInfo" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Go" Label = "Go" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Keyboard" Label = "Keyboard" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "DockLeft" Label = "DockLeft" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "DockRight" Label = "DockRight" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "DockBottom" Label = "DockBottom" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Remote" Label = "Remote" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Refresh" Label = "Refresh" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Rotate" Label = "Rotate" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Shuffle" Label = "Shuffle" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "List" Label = "List" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Shop" Label = "Shop" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "SelectAll" Label = "SelectAll" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Orientation" Label = "Orientation" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Import" Label = "Import" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "ImportAll" Label = "ImportAll" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "BrowsePhotos" Label = "BrowsePhotos" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "WebCam" Label = "WebCam" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Pictures" Label = "Pictures" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "SaveLocal" Label = "SaveLocal" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Caption" Label = "Caption" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Stop" Label = "Stop" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "ShowResults" Label = "ShowResults" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Volume" Label = "Volume" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Repair" Label = "Repair" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Message" Label = "Message" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Page2" Label = "Page2" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "CalendarDay" Label = "CalendarDay" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "CalendarWeek" Label = "CalendarWeek" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Calendar" Label = "Calendar" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Character" Label = "Character" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "MailReplyAll" Label = "MailReplyAll" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Read" Label = "Read" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Link" Label = "Link" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Account" Label = "Account" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "ShowBcc" Label = "ShowBcc" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "HideBcc" Label = "HideBcc" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Cut" Label = "Cut" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Attach" Label = "Attach" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Paste" Label = "Paste" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Filter" Label = "Filter" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Copy" Label = "Copy" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Emoji2" Label = "Emoji2" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Important" Label = "Important" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "MailReply" Label = "MailReply" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "SlideShow" Label = "SlideShow" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Sort" Label = "Sort" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Manage" Label = "Manage" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "AllApps" Label = "AllApps" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "DisconnectDrive" Label = "DisconnectDrive" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "MapDrive" Label = "MapDrive" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "NewWindow" Label = "NewWindow" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "OpenWith" Label = "OpenWith" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "ContactPresence" Label = "ContactPresence" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Priority" Label = "Priority" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "GoToToday" Label = "GoToToday" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Font" Label = "Font" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "FontColor" Label = "FontColor" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Contact2" Label = "Contact2" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Folder" Label = "Folder" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Audio" Label = "Audio" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Placeholder" Label = "Placeholder" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "View" Label = "View" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "SetLockScreen" Label = "SetLockScreen" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "SetTile" Label = "SetTile" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "ClosedCaption" Label = "ClosedCaption" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "StopSlideShow" Label = "StopSlideShow" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Permissions" Label = "Permissions" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Highlight" Label = "Highlight" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "DisableUpdates" Label = "DisableUpdates" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "UnFavorite" Label = "UnFavorite" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "UnPin" Label = "UnPin" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "OpenLocal" Label = "OpenLocal" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Mute" Label = "Mute" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Italic" Label = "Italic" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Underline" Label = "Underline" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Bold" Label = "Bold" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "MoveToFolder" Label = "MoveToFolder" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "LikeDislike" Label = "LikeDislike" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Dislike" Label = "Dislike" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Like" Label = "Like" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "AlignRight" Label = "AlignRight" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "AlignCenter" Label = "AlignCenter" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "AlignLeft" Label = "AlignLeft" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Zoom" Label = "Zoom" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "ZoomOut" Label = "ZoomOut" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "OpenFile" Label = "OpenFile" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "OtherUser" Label = "OtherUser" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Admin" Label = "Admin" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Street" Label = "Street" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Map" Label = "Map" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "ClearSelection" Label = "ClearSelection" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "FontDecrease" Label = "FontDecrease" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "FontIncrease" Label = "FontIncrease" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "FontSize" Label = "FontSize" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "CellPhone" Label = "CellPhone" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "ReShare" Label = "ReShare" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Tag" Label = "Tag" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "RepeatOne" Label = "RepeatOne" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "RepeatAll" Label = "RepeatAll" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "OutlineStar" Label = "OutlineStar" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "SolidStar" Label = "SolidStar" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Calculator" Label = "Calculator" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Directions" Label = "Directions" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Target" Label = "Target" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Library" Label = "Library" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "PhoneBook" Label = "PhoneBook" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Memo" Label = "Memo" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Microphone" Label = "Microphone" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "PostUpdate" Label = "PostUpdate" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "BackToWindow" Label = "BackToWindow" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "FullScreen" Label = "FullScreen" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "NewFolder" Label = "NewFolder" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "CalendarReply" Label = "CalendarReply" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "UnSyncFolder" Label = "UnSyncFolder" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "ReportHacked" Label = "ReportHacked" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "SyncFolder" Label = "SyncFolder" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "BlockContact" Label = "BlockContact" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "SwitchApps" Label = "SwitchApps" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "AddFriend" Label = "AddFriend" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "TouchPointer" Label = "TouchPointer" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "GoToStart" Label = "GoToStart" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "ZeroBars" Label = "ZeroBars" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "OneBar" Label = "OneBar" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "TwoBars" Label = "TwoBars" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "ThreeBars" Label = "ThreeBars" /></StackPanel><StackPanel Orientation="Vertical"  VerticalAlignment="Bottom" Margin = "10,10,10,10"><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "FourBars" Label = "FourBars" /><AppBarButton  Background = "White" Margin = "10,10,10,10" Icon = "Scan" Label = "Scan" /></StackPanel></StackPanel></ScrollViewer></Grid>
</Page>

UWP AppBarButton Icon 图标样式集合相关推荐

  1. 【新拟态】左上角标签样式、ICON图标样式、模仿AppStore的应用图标

    效果如图↑ <!doctype html> <html lang="en"> <head><meta charset="UTF- ...

  2. Win 10 UWP开发系列:设置AppBarButton的图标

    在WP8以前,页面最下面的四个小圆按钮是不支持绑定的,WP8.1 RT之后,系统按钮升级成了AppBarButton,并且支持绑定了.在Win10 UWP开发中,按钮的样式发生了变化,外面的圆圈没有了 ...

  3. Echarts icon图标 默认样式 样式总结

    最近使用到的echarts icon图标的样式,以后遇到了新的也会不断更新. Echarts icon 默认样式为: Echarts icon 实心圆加横线的样式:  写法: series: {sym ...

  4. 【css】i标签icon图标旋转样式

    [css]i标签icon图标旋转样式 [css]i标签icon图标旋转样式 [css]i标签icon图标旋转样式 代码示例: <i class="el-icon-refresh&quo ...

  5. vue实现icon图标切换,点击按钮后改变当前按钮样式

    前言 一个按钮里放了两个icon图标,点击按钮改变icon图标. 本次使用的Heroicons图标库 点击前效果图如下: 点击后效果图: 一.引入heroicons图标 import { HomeIc ...

  6. (转)基于MVC4+EasyUI的Web开发框架经验总结(14)--自动生成图标样式文件和图标的选择操作...

    http://www.cnblogs.com/wuhuacong/p/4093778.html 在很多Web系统中,一般都可能提供一些图标的选择,方便配置按钮,菜单等界面元素的图标,从而是Web系统界 ...

  7. 【web设计居家必备】迷你图标大集合

    图标可以添加到网站或 web 应用程序设计中表达很多含义. 使用得当,他们就能更快地为您的访客或用户来完成他们需要完成的任务.但不是每个网站设计有正常. 全尺寸的图标 (通常 32 × 32 到 48 ...

  8. bootstrap4.0图标使用_很不错的两款Bootstrap Icon图标选择组件

    一.Bootstrap icon picker组件 这个组件是在github上面搜索的时候找到的,初初看上去,确实是很不错的,并且是基于bootstrap风格的,所以更加适合使用bootstrap风格 ...

  9. 很不错的两款Bootstrap Icon图标选择组件

    这篇文章主要介绍了不容错过的两款Bootstrap Icon图标选择组件,支持自定义的图标,拿出来分享下,绝对的干货,感兴趣的小伙伴们可以参考一下 一.Bootstrap icon picker组件 ...

最新文章

  1. java出现no XXX in java.library.path的解决办法及eclipse配置
  2. Python 使用穷举法求两个数的最大公约数。
  3. DLINK DES3828三层交换机配置实例
  4. VTK:图片之ImageRotate
  5. jquery ajax传值和后台取参数
  6. ads design environment_ADS应用技巧3 — 画一个巴伦有多少种方法?
  7. 初步使用jeesite代码生成器
  8. javascript 页面刷新
  9. python image.open函数_PIL.Image.open和cv2.imread的比较与相互转换的方法
  10. 地主家也缺粮,高通一季度营收下降近两成
  11. (转)主成分分析(Principal components analysis)-最大方差解释
  12. Atitti python2.7安装 numpy attilax总结
  13. 勤哲服务器仓库管理系统,用勤哲Excel服务器实现库存管理系统
  14. 90后游戏开发大神毛星云跳楼自杀!8年执着国产3A梦碎
  15. Caused by: javax.security.auth.login.LoginException: unable to find LoginModule class: com.ibm.secur
  16. 【CityHunter】Unity3D设计AR探索模式
  17. 关于Oracle数据库如何查询非当前用户名命名空间下的表不需要写ower直接from 表名
  18. 如何让 PPT 中的表格更美观?
  19. jQuery绚丽霓虹灯文字特效
  20. 安卓开发环境搭建和手动打包总结

热门文章

  1. oracle 10G 表空间迁移 索引需要重建
  2. 富友电子商务系统的四大优势助网商轻松赚钱
  3. Python Pyc文件
  4. Python CNN风格迁移
  5. 十八、启动jmeter时提示findstr不是内部命令的解决方案
  6. CentOS 6.x安装配置MongoDB 3.4.x
  7. 实变函数与泛函分析导论
  8. Spring之IoC总结帖
  9. 最全的MySQL基础【燕十八传世】
  10. Create PDB with Sample schemas in 12C