实例介绍
WinUI Gallery的附带示例应用程序
显示所有XAML UI组件的交互式格式。此应用程序是流畅设计指南的交互式伴侣,展示了WinUI API的用法。
WinUI Gallery演示了以下内容:
- 在标记中指定XAML控件:每个控件页面显示用于创建每个示例的标记。
- 使用Microsoft.UI.Xaml(WinUI)库:该应用程序包括最新的WinUI NuGet软件包,并展示了如何使用WinUI控件,如NavigationView、SwipeControl等。
- 基本布局:此示例将显示应用程序的所有可能布局选项,并允许您与面板进行交互,以展示如何实现您所寻找的任何布局。
- 自适应UI:除了展示每个控件如何响应不同的形式因素外,应用程序本身也是响应式的,并展示了实现自适应UI的各种方法。
- 版本自适应代码:此示例显示了如何编写版本自适应代码,以便应用程序可以在以前的Windows版本上运行,同时还可以在最新版本的Windows上使用最新的功能。
【实例截图】
【核心代码】文件清单
└── WinUI-Gallery-c8f04135579c08c9a80711dcad7247f259891c79
├── azure-pipelines.yml
├── build
│ └── GenerateTestPfx.ps1
├── Directory.Build.props
├── LICENSE
├── nuget.config
├── packagestore
│ └── readme.md
├── README_Images
│ └── WinUIGalleryLanding.PNG
├── README.md
├── SECURITY.md
├── SharedContent
│ └── cs
│ └── Default.rd.xml
├── standalone.props
├── UITests
│ ├── AxeHelper.cs
│ ├── README.md
│ ├── SampleTestTemplate.cs
│ ├── SessionManager.cs
│ ├── TestBase.cs
│ ├── Tests
│ │ ├── AxeScanAllTests.cs
│ │ ├── Button.cs
│ │ ├── CheckBox.cs
│ │ ├── ComboBox.cs
│ │ ├── DatePicker.cs
│ │ ├── MediaPlayerElement.cs
│ │ ├── PersonPicture.cs
│ │ ├── ProgressBar.cs
│ │ ├── RadioButton.cs
│ │ ├── SearchResults.cs
│ │ ├── Slider.cs
│ │ ├── TextBlock.cs
│ │ ├── TextBox.cs
│ │ ├── ToggleButton.cs
│ │ └── ToggleSwitch.cs
│ ├── UITests.csproj
│ └── UITests.sln
├── WinUIGallery
│ ├── AllControlsPage.xaml
│ ├── AllControlsPage.xaml.cs
│ ├── AnimatedVisuals
│ │ └── LottieLogo1.cs
│ ├── app.manifest
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Assets
│ │ ├── badgelogo.scale-100.png
│ │ ├── badgelogo.scale-140.png
│ │ ├── badgelogo.scale-180.png
│ │ ├── blank.png
│ │ ├── CoffeeCup.png
│ │ ├── Contacts.txt
│ │ ├── ControlImages
│ │ │ ├── Acrylic.png
│ │ │ ├── AnimatedIcon.png
│ │ │ ├── AnimatedVisualPlayer.png
│ │ │ ├── AnimationInterop.png
│ │ │ ├── AnnotatedScrollBar.png
│ │ │ ├── AppBarButton.png
│ │ │ ├── AppBarSeparator.png
│ │ │ ├── AppBarToggleButton.png
│ │ │ ├── AutomationProperties.png
│ │ │ ├── AutoSuggestBox.png
│ │ │ ├── Border.png
│ │ │ ├── BreadcrumbBar.png
│ │ │ ├── Button.png
│ │ │ ├── CalendarDatePicker.png
│ │ │ ├── CalendarView.png
│ │ │ ├── Canvas.png
│ │ │ ├── CaptureElement.png
│ │ │ ├── Checkbox.png
│ │ │ ├── Clipboard.png
│ │ │ ├── ColorPaletteResources.png
│ │ │ ├── ColorPicker.png
│ │ │ ├── ComboBox.png
│ │ │ ├── CommandBarFlyout.png
│ │ │ ├── CommandBar.png
│ │ │ ├── CompactSizing.png
│ │ │ ├── ConnectedAnimation.png
│ │ │ ├── ContentDialog.png
│ │ │ ├── CreateMultipleWindows.png
│ │ │ ├── DataGrid.png
│ │ │ ├── DatePicker.png
│ │ │ ├── DropDownButton.png
│ │ │ ├── EasingFunction.png
│ │ │ ├── Expander.png
│ │ │ ├── FilePicker.png
│ │ │ ├── FlipView.png
│ │ │ ├── Flyout.png
│ │ │ ├── Grid.png
│ │ │ ├── GridView.png
│ │ │ ├── HyperlinkButton.png
│ │ │ ├── IconElement.png
│ │ │ ├── Image.png
│ │ │ ├── ImplicitTransition.png
│ │ │ ├── InfoBadge.png
│ │ │ ├── InfoBar.png
│ │ │ ├── InkCanvas.png
│ │ │ ├── InkToolbar.png
│ │ │ ├── InputValidation.png
│ │ │ ├── ItemsRepeater.png
│ │ │ ├── ItemsView.png
│ │ │ ├── Line.png
│ │ │ ├── ListBox.png
│ │ │ ├── ListView.png
│ │ │ ├── MapControl.png
│ │ │ ├── MediaPlayerElement.png
│ │ │ ├── MenuBar.png
│ │ │ ├── MenuFlyout.png
│ │ │ ├── NavigationView.png
│ │ │ ├── NumberBox.png
│ │ │ ├── PageTransition.png
│ │ │ ├── ParallaxView.png
│ │ │ ├── PasswordBox.png
│ │ │ ├── PersonPicture.png
│ │ │ ├── PipsPager.png
│ │ │ ├── Pivot.png
│ │ │ ├── Placeholder.png
│ │ │ ├── ProgressBar.png
│ │ │ ├── ProgressRing.png
│ │ │ ├── PullToRefresh.png
│ │ │ ├── RadialGradientBrush.png
│ │ │ ├── RadioButton.png
│ │ │ ├── RadioButtons.png
│ │ │ ├── RatingControl.png
│ │ │ ├── RelativePanel.png
│ │ │ ├── RepeatButton.png
│ │ │ ├── RevealFocus.png
│ │ │ ├── RichEditBox.png
│ │ │ ├── RichTextBlock.png
│ │ │ ├── ScrollViewer.png
│ │ │ ├── ScrollView.png
│ │ │ ├── SemanticZoom.png
│ │ │ ├── Shape.png
│ │ │ ├── Slider.png
│ │ │ ├── Sound.png
│ │ │ ├── SplitButton.png
│ │ │ ├── SplitView.png
│ │ │ ├── StackPanel.png
│ │ │ ├── StandardUICommand.png
│ │ │ ├── SwipeControl.png
│ │ │ ├── TabView.png
│ │ │ ├── TeachingTip.png
│ │ │ ├── TextBlock.png
│ │ │ ├── TextBox.png
│ │ │ ├── ThemeTransition.png
│ │ │ ├── TimePicker.png
│ │ │ ├── TitleBar.png
│ │ │ ├── ToggleButton.png
│ │ │ ├── ToggleSplitButton.png
│ │ │ ├── ToggleSwitch.png
│ │ │ ├── ToolTip.png
│ │ │ ├── TreeView.png
│ │ │ ├── VariableSizedWrapGrid.png
│ │ │ ├── Viewbox.png
│ │ │ ├── WebView.png
│ │ │ └── XamlUICommand.png
│ │ ├── CopyLinkTeachingTip.png
│ │ ├── folder.png
│ │ ├── GalleryHeaderImage.png
│ │ ├── HomeHeaderTiles
│ │ │ ├── Header-Store.dark.png
│ │ │ ├── Header-Store.light.png
│ │ │ ├── Header-Toolkit.png
│ │ │ ├── Header-WindowsDesign.png
│ │ │ └── Header-WinUIGallery.png
│ │ ├── LottieLogo1.png
│ │ ├── ninegrid.gif
│ │ ├── SampleMedia
│ │ │ ├── cliff.jpg
│ │ │ ├── fishes.wmv
│ │ │ ├── grapes.jpg
│ │ │ ├── ladybug.wmv
│ │ │ ├── LandscapeImage10.jpg
│ │ │ ├── LandscapeImage11.jpg
│ │ │ ├── LandscapeImage12.jpg
│ │ │ ├── LandscapeImage13.jpg
│ │ │ ├── LandscapeImage1.jpg
│ │ │ ├── LandscapeImage2.jpg
│ │ │ ├── LandscapeImage3.jpg
│ │ │ ├── LandscapeImage4.jpg
│ │ │ ├── LandscapeImage5.jpg
│ │ │ ├── LandscapeImage6.jpg
│ │ │ ├── LandscapeImage7.jpg
│ │ │ ├── LandscapeImage8.jpg
│ │ │ ├── LandscapeImage9.jpg
│ │ │ ├── MapExample.png
│ │ │ ├── MirrorPCConsent.svg
│ │ │ ├── rainier.jpg
│ │ │ ├── sunset.jpg
│ │ │ ├── treetops.jpg
│ │ │ └── valley.jpg
│ │ ├── Slices2.png
│ │ ├── Slices.png
│ │ ├── SunBlack.png
│ │ ├── SunWhite.png
│ │ ├── TabViewIcons
│ │ │ ├── cmd.png
│ │ │ ├── linux.png
│ │ │ └── powershell.png
│ │ ├── Tiles
│ │ │ ├── BadgeLogo.scale-100.png
│ │ │ ├── BadgeLogo.scale-125.png
│ │ │ ├── BadgeLogo.scale-150.png
│ │ │ ├── BadgeLogo.scale-200.png
│ │ │ ├── BadgeLogo.scale-400.png
│ │ │ ├── contrast-black
│ │ │ │ ├── XAMLControlsGalleryAppList.scale-100_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.scale-125_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.scale-150_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.scale-200_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.scale-400_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-16_altform-unplated_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-16_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-20_altform-unplated_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-20_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-24_altform-unplated_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-24_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-256_altform-unplated_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-256_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-30_altform-unplated_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-30_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-32_altform-unplated_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-32_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-36_altform-unplated_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-36_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-40_altform-unplated_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-40_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-48_altform-unplated_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-48_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-60_altform-unplated_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-60_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-64_altform-unplated_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-64_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-72_altform-unplated_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-72_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-80_altform-unplated_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-80_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-96_altform-unplated_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-96_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryBadgeLogo.scale-100_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryBadgeLogo.scale-125_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryBadgeLogo.scale-150_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryBadgeLogo.scale-200_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryBadgeLogo.scale-400_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryLargeTile.scale-100_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryLargeTile.scale-125_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryLargeTile.scale-150_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryLargeTile.scale-200_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryLargeTile.scale-400_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryMedTile.scale-100_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryMedTile.scale-125_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryMedTile.scale-150_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryMedTile.scale-200_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryMedTile.scale-400_contrast-black.png
│ │ │ │ ├── XAMLControlsGallerySmallTile.scale-100_contrast-black.png
│ │ │ │ ├── XAMLControlsGallerySmallTile.scale-125_contrast-black.png
│ │ │ │ ├── XAMLControlsGallerySmallTile.scale-150_contrast-black.png
│ │ │ │ ├── XAMLControlsGallerySmallTile.scale-200_contrast-black.png
│ │ │ │ ├── XAMLControlsGallerySmallTile.scale-400_contrast-black.png
│ │ │ │ ├── XAMLControlsGallerySplashScreen.scale-100_contrast-black.png
│ │ │ │ ├── XAMLControlsGallerySplashScreen.scale-125_contrast-black.png
│ │ │ │ ├── XAMLControlsGallerySplashScreen.scale-150_contrast-black.png
│ │ │ │ ├── XAMLControlsGallerySplashScreen.scale-200_contrast-black.png
│ │ │ │ ├── XAMLControlsGallerySplashScreen.scale-400_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryStoreLogo.scale-100_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryStoreLogo.scale-125_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryStoreLogo.scale-150_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryStoreLogo.scale-200_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryStoreLogo.scale-400_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryWideTile.scale-100_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryWideTile.scale-125_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryWideTile.scale-150_contrast-black.png
│ │ │ │ ├── XAMLControlsGalleryWideTile.scale-200_contrast-black.png
│ │ │ │ └── XAMLControlsGalleryWideTile.scale-400_contrast-black.png
│ │ │ ├── contrast-white
│ │ │ │ ├── XAMLControlsGalleryAppList.scale-100_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.scale-125_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.scale-150_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.scale-200_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.scale-400_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-16_altform-unplated_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-16_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-20_altform-unplated_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-20_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-24_altform-unplated_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-24_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-256_altform-unplated_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-256_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-30_altform-unplated_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-30_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-32_altform-unplated_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-32_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-36_altform-unplated_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-36_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-40_altform-unplated_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-40_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-48_altform-unplated_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-48_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-60_altform-unplated_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-60_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-64_altform-unplated_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-64_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-72_altform-unplated_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-72_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-80_altform-unplated_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-80_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-96_altform-unplated_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryAppList.targetsize-96_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryBadgeLogo.scale-100_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryBadgeLogo.scale-125_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryBadgeLogo.scale-150_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryBadgeLogo.scale-200_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryBadgeLogo.scale-400_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryLargeTile.scale-100_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryLargeTile.scale-125_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryLargeTile.scale-150_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryLargeTile.scale-200_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryLargeTile.scale-400_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryMedTile.scale-100_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryMedTile.scale-125_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryMedTile.scale-150_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryMedTile.scale-200_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryMedTile.scale-400_contrast-white.png
│ │ │ │ ├── XAMLControlsGallerySmallTile.scale-100_contrast-white.png
│ │ │ │ ├── XAMLControlsGallerySmallTile.scale-125_contrast-white.png
│ │ │ │ ├── XAMLControlsGallerySmallTile.scale-150_contrast-white.png
│ │ │ │ ├── XAMLControlsGallerySmallTile.scale-200_contrast-white.png
│ │ │ │ ├── XAMLControlsGallerySmallTile.scale-400_contrast-white.png
│ │ │ │ ├── XAMLControlsGallerySplashScreen.scale-100_contrast-white.png
│ │ │ │ ├── XAMLControlsGallerySplashScreen.scale-125_contrast-white.png
│ │ │ │ ├── XAMLControlsGallerySplashScreen.scale-150_contrast-white.png
│ │ │ │ ├── XAMLControlsGallerySplashScreen.scale-200_contrast-white.png
│ │ │ │ ├── XAMLControlsGallerySplashScreen.scale-400_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryStoreLogo.scale-100_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryStoreLogo.scale-125_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryStoreLogo.scale-150_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryStoreLogo.scale-200_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryStoreLogo.scale-400_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryWideTile.scale-100_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryWideTile.scale-125_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryWideTile.scale-150_contrast-white.png
│ │ │ │ ├── XAMLControlsGalleryWideTile.scale-200_contrast-white.png
│ │ │ │ └── XAMLControlsGalleryWideTile.scale-400_contrast-white.png
│ │ │ ├── GalleryIcon.ico
│ │ │ ├── LargeTile.scale-100.png
│ │ │ ├── LargeTile.scale-125.png
│ │ │ ├── LargeTile.scale-150.png
│ │ │ ├── LargeTile.scale-200.png
│ │ │ ├── LargeTile.scale-400.png
│ │ │ ├── SmallTile.scale-100.png
│ │ │ ├── SmallTile.scale-125.png
│ │ │ ├── SmallTile.scale-150.png
│ │ │ ├── SmallTile.scale-200.png
│ │ │ ├── SmallTile.scale-400.png
│ │ │ ├── SmallTile-sdk.altform-lightunplated_targetsize-16.png
│ │ │ ├── SmallTile-sdk.altform-lightunplated_targetsize-24.png
│ │ │ ├── SmallTile-sdk.altform-lightunplated_targetsize-256.png
│ │ │ ├── SmallTile-sdk.altform-lightunplated_targetsize-32.png
│ │ │ ├── SmallTile-sdk.altform-lightunplated_targetsize-48.png
│ │ │ ├── SmallTile-sdk.altform-unplated_targetsize-16.png
│ │ │ ├── SmallTile-sdk.altform-unplated_targetsize-20.png
│ │ │ ├── SmallTile-sdk.altform-unplated_targetsize-24.png
│ │ │ ├── SmallTile-sdk.altform-unplated_targetsize-256.png
│ │ │ ├── SmallTile-sdk.altform-unplated_targetsize-30.png
│ │ │ ├── SmallTile-sdk.altform-unplated_targetsize-32.png
│ │ │ ├── SmallTile-sdk.altform-unplated_targetsize-36.png
│ │ │ ├── SmallTile-sdk.altform-unplated_targetsize-40.png
│ │ │ ├── SmallTile-sdk.altform-unplated_targetsize-48.png
│ │ │ ├── SmallTile-sdk.altform-unplated_targetsize-60.png
│ │ │ ├── SmallTile-sdk.altform-unplated_targetsize-64.png
│ │ │ ├── SmallTile-sdk.altform-unplated_targetsize-72.png
│ │ │ ├── SmallTile-sdk.altform-unplated_targetsize-80.png
│ │ │ ├── SmallTile-sdk.altform-unplated_targetsize-96.png
│ │ │ ├── SmallTile-sdk.scale-100.png
│ │ │ ├── SmallTile-sdk.scale-125.png
│ │ │ ├── SmallTile-sdk.scale-150.png
│ │ │ ├── SmallTile-sdk.scale-200.png
│ │ │ ├── SmallTile-sdk.scale-400.png
│ │ │ ├── SmallTile-sdk.targetsize-16.png
│ │ │ ├── SmallTile-sdk.targetsize-20.png
│ │ │ ├── SmallTile-sdk.targetsize-24.png
│ │ │ ├── SmallTile-sdk.targetsize-256.png
│ │ │ ├── SmallTile-sdk.targetsize-30.png
│ │ │ ├── SmallTile-sdk.targetsize-32.png
│ │ │ ├── SmallTile-sdk.targetsize-36.png
│ │ │ ├── SmallTile-sdk.targetsize-40.png
│ │ │ ├── SmallTile-sdk.targetsize-48.png
│ │ │ ├── SmallTile-sdk.targetsize-60.png
│ │ │ ├── SmallTile-sdk.targetsize-64.png
│ │ │ ├── SmallTile-sdk.targetsize-72.png
│ │ │ ├── SmallTile-sdk.targetsize-80.png
│ │ │ ├── SmallTile-sdk.targetsize-96.png
│ │ │ ├── splash-sdk.scale-100.png
│ │ │ ├── splash-sdk.scale-125.png
│ │ │ ├── splash-sdk.scale-150.png
│ │ │ ├── splash-sdk.scale-200.png
│ │ │ ├── splash-sdk.scale-400.png
│ │ │ ├── squaretile-sdk.scale-100.png
│ │ │ ├── squaretile-sdk.scale-125.png
│ │ │ ├── squaretile-sdk.scale-150.png
│ │ │ ├── squaretile-sdk.scale-200.png
│ │ │ ├── squaretile-sdk.scale-400.png
│ │ │ ├── StoreLogo-sdk.scale-100.png
│ │ │ ├── StoreLogo-sdk.scale-125.png
│ │ │ ├── StoreLogo-sdk.scale-150.png
│ │ │ ├── StoreLogo-sdk.scale-200.png
│ │ │ ├── StoreLogo-sdk.scale-400.png
│ │ │ ├── Tile_General.png
│ │ │ ├── TitlebarLogo.png
│ │ │ ├── widelogo.scale-100.png
│ │ │ ├── widelogo.scale-140.png
│ │ │ ├── widelogo.scale-180.png
│ │ │ ├── WideLogo.scale-80.png
│ │ │ ├── WideTile.scale-100.png
│ │ │ ├── WideTile.scale-125.png
│ │ │ ├── WideTile.scale-150.png
│ │ │ ├── WideTile.scale-200.png
│ │ │ └── WideTile.scale-400.png
│ │ ├── Typography.dark.png
│ │ ├── Typography.light.png
│ │ ├── widelogo.scale-100.png
│ │ ├── widelogo.scale-140.png
│ │ ├── widelogo.scale-180.png
│ │ └── WideLogo.scale-80.png
│ ├── Behaviors
│ │ └── ImageScrollBehavior.cs
│ ├── CollectionsInterop.cs
│ ├── Common
│ │ ├── ActivityFeedLayout.cs
│ │ ├── BooleanToInvertedVisibilityConverter.cs
│ │ ├── BooleanToValueConverter.cs
│ │ ├── Category.cs
│ │ ├── ColorSlideTransitionHelper.cs
│ │ ├── DefaultElementAnimator.cs
│ │ ├── DeviceFamilyTrigger.cs
│ │ ├── DoubleToThicknessConverter.cs
│ │ ├── EmptyStringToVisibilityConverter.cs
│ │ ├── FileLoader.cs
│ │ ├── LanguageList.cs
│ │ ├── MenuItemTemplateSelector.cs
│ │ ├── NullableBooleanToBooleanConverter.cs
│ │ ├── NullToVisibilityConverter.cs
│ │ ├── ObservableDictionary.cs
│ │ ├── OrientedSize.cs
│ │ ├── ReadMe.txt
│ │ ├── RelayCommand.cs
│ │ ├── SuspensionManager.cs
│ │ ├── VariedImageSizeLayout.cs
│ │ ├── Win32.cs
│ │ └── WrapPanel.cs
│ ├── common.props
│ ├── ConnectedAnimationPages
│ │ ├── CardPage.xaml
│ │ ├── CardPage.xaml.cs
│ │ ├── CollectionPage.xaml
│ │ ├── CollectionPage.xaml.cs
│ │ ├── DetailedInfoPage.xaml
│ │ └── DetailedInfoPage.xaml.cs
│ ├── ContentIncludes.props
│ ├── ControlPages
│ │ ├── Accessibility
│ │ │ ├── AccessibilityColorContrastPage.xaml
│ │ │ ├── AccessibilityColorContrastPage.xaml.cs
│ │ │ ├── AccessibilityKeyboardPage.xaml
│ │ │ ├── AccessibilityKeyboardPage.xaml.cs
│ │ │ ├── AccessibilityScreenReaderPage.xaml
│ │ │ └── AccessibilityScreenReaderPage.xaml.cs
│ │ ├── AcrylicPage.xaml
│ │ ├── AcrylicPage.xaml.cs
│ │ ├── AnimatedIconPage.xaml
│ │ ├── AnimatedIconPage.xaml.cs
│ │ ├── AnimatedVisualPlayerPage.xaml
│ │ ├── AnimatedVisualPlayerPage.xaml.cs
│ │ ├── AnnotatedScrollBarPage.xaml
│ │ ├── AnnotatedScrollBarPage.xaml.cs
│ │ ├── AppBarButtonPage.xaml
│ │ ├── AppBarButtonPage.xaml.cs
│ │ ├── AppBarSeparatorPage.xaml
│ │ ├── AppBarSeparatorPage.xaml.cs
│ │ ├── AppBarToggleButtonPage.xaml
│ │ ├── AppBarToggleButtonPage.xaml.cs
│ │ ├── AutoSuggestBoxPage.xaml
│ │ ├── AutoSuggestBoxPage.xaml.cs
│ │ ├── BorderPage.xaml
│ │ ├── BorderPage.xaml.cs
│ │ ├── BreadcrumbBarPage.xaml
│ │ ├── BreadcrumbBarPage.xaml.cs
│ │ ├── ButtonPage.xaml
│ │ ├── ButtonPage.xaml.cs
│ │ ├── CalendarDatePickerPage.xaml
│ │ ├── CalendarDatePickerPage.xaml.cs
│ │ ├── CalendarViewPage.xaml
│ │ ├── CalendarViewPage.xaml.cs
│ │ ├── CanvasPage.xaml
│ │ ├── CanvasPage.xaml.cs
│ │ ├── CaptureElementPreviewPage.xaml
│ │ ├── CaptureElementPreviewPage.xaml.cs
│ │ ├── CheckBoxPage.xaml
│ │ ├── CheckBoxPage.xaml.cs
│ │ ├── ClipboardPage.xaml
│ │ ├── ClipboardPage.xaml.cs
│ │ ├── ColorPaletteResourcesPage.xaml
│ │ ├── ColorPaletteResourcesPage.xaml.cs
│ │ ├── ColorPickerPage.xaml
│ │ ├── ColorPickerPage.xaml.cs
│ │ ├── ComboBoxPage.xaml
│ │ ├── ComboBoxPage.xaml.cs
│ │ ├── CommandBarFlyoutPage.xaml
│ │ ├── CommandBarFlyoutPage.xaml.cs
│ │ ├── CommandBarPage.xaml
│ │ ├── CommandBarPage.xaml.cs
│ │ ├── CompactSizingPage.xaml
│ │ ├── CompactSizingPage.xaml.cs
│ │ ├── CompactSpacingPage.xaml
│ │ ├── CompactSpacingPage.xaml.cs
│ │ ├── ConnectedAnimationPage.xaml
│ │ ├── ConnectedAnimationPage.xaml.cs
│ │ ├── ContentDialogContent.xaml
│ │ ├── ContentDialogContent.xaml.cs
│ │ ├── ContentDialogExample.xaml
│ │ ├── ContentDialogExample.xaml.cs
│ │ ├── ContentDialogPage.xaml
│ │ ├── ContentDialogPage.xaml.cs
│ │ ├── CreateMultipleWindowsPage.xaml
│ │ ├── CreateMultipleWindowsPage.xaml.cs
│ │ ├── DataGridPage.xaml
│ │ ├── DataGridPage.xaml.cs
│ │ ├── DatePickerPage.xaml
│ │ ├── DatePickerPage.xaml.cs
│ │ ├── DesignGuidance
│ │ │ ├── ColorsPage.xaml
│ │ │ ├── ColorsPage.xaml.cs
│ │ │ ├── IconsPage.xaml
│ │ │ ├── IconsPage.xaml.cs
│ │ │ ├── TypographyPage.xaml
│ │ │ └── TypographyPage.xaml.cs
│ │ ├── DropDownButtonPage.xaml
│ │ ├── DropDownButtonPage.xaml.cs
│ │ ├── EasingFunctionPage.xaml
│ │ ├── EasingFunctionPage.xaml.cs
│ │ ├── ExpanderPage.xaml
│ │ ├── ExpanderPage.xaml.cs
│ │ ├── FilePickerPage.xaml
│ │ ├── FilePickerPage.xaml.cs
│ │ ├── FlipViewPage.xaml
│ │ ├── FlipViewPage.xaml.cs
│ │ ├── FlyoutPage.xaml
│ │ ├── FlyoutPage.xaml.cs
│ │ ├── GridPage.xaml
│ │ ├── GridPage.xaml.cs
│ │ ├── GridViewPage.xaml
│ │ ├── GridViewPage.xaml.cs
│ │ ├── HyperlinkButtonPage.xaml
│ │ ├── HyperlinkButtonPage.xaml.cs
│ │ ├── IconElementPage.xaml
│ │ ├── IconElementPage.xaml.cs
│ │ ├── ImagePage.xaml
│ │ ├── ImagePage.xaml.cs
│ │ ├── ImplicitTransitionPage.xaml
│ │ ├── ImplicitTransitionPage.xaml.cs
│ │ ├── InfoBadgePage.xaml
│ │ ├── InfoBadgePage.xaml.cs
│ │ ├── InfoBarPage.xaml
│ │ ├── InfoBarPage.xaml.cs
│ │ ├── InputValidationPage.xaml
│ │ ├── InputValidationPage.xaml.cs
│ │ ├── ItemsRepeaterPage.xaml
│ │ ├── ItemsRepeaterPage.xaml.cs
│ │ ├── ItemsViewPage.xaml
│ │ ├── ItemsViewPage.xaml.cs
│ │ ├── LinePage.xaml
│ │ ├── LinePage.xaml.cs
│ │ ├── ListBoxPage.xaml
│ │ ├── ListBoxPage.xaml.cs
│ │ ├── ListViewPage.xaml
│ │ ├── ListViewPage.xaml.cs
│ │ ├── MapControlPage.xaml
│ │ ├── MapControlPage.xaml.cs
│ │ ├── MediaPlayerElementPage.xaml
│ │ ├── MediaPlayerElementPage.xaml.cs
│ │ ├── MenuBarPage.xaml
│ │ ├── MenuBarPage.xaml.cs
│ │ ├── MenuFlyoutPage.xaml
│ │ ├── MenuFlyoutPage.xaml.cs
│ │ ├── NavigationViewPage.xaml
│ │ ├── NavigationViewPage.xaml.cs
│ │ ├── NumberBoxPage.xaml
│ │ ├── NumberBoxPage.xaml.cs
│ │ ├── PageTransitionPage.xaml
│ │ ├── PageTransitionPage.xaml.cs
│ │ ├── ParallaxViewPage.xaml
│ │ ├── ParallaxViewPage.xaml.cs
│ │ ├── PasswordBoxPage.xaml
│ │ ├── PasswordBoxPage.xaml.cs
│ │ ├── PersonPicturePage.xaml
│ │ ├── PersonPicturePage.xaml.cs
│ │ ├── PipsPagerPage.xaml
│ │ ├── PipsPagerPage.xaml.cs
│ │ ├── PivotPage.xaml
│ │ ├── PivotPage.xaml.cs
│ │ ├── ProgressBarPage.xaml
│ │ ├── ProgressBarPage.xaml.cs
│ │ ├── ProgressRingPage.xaml
│ │ ├── ProgressRingPage.xaml.cs
│ │ ├── PullToRefreshPage.xaml
│ │ ├── PullToRefreshPage.xaml.cs
│ │ ├── RadialGradientBrushPage.xaml
│ │ ├── RadialGradientBrushPage.xaml.cs
│ │ ├── RadioButtonPage.xaml
│ │ ├── RadioButtonPage.xaml.cs
│ │ ├── RadioButtonsPage.xaml
│ │ ├── RadioButtonsPage.xaml.cs
│ │ ├── RatingControlPage.xaml
│ │ ├── RatingControlPage.xaml.cs
│ │ ├── RelativePanelPage.xaml
│ │ ├── RelativePanelPage.xaml.cs
│ │ ├── RepeatButtonPage.xaml
│ │ ├── RepeatButtonPage.xaml.cs
│ │ ├── RevealFocusPage.xaml
│ │ ├── RevealFocusPage.xaml.cs
│ │ ├── RichEditBoxPage.xaml
│ │ ├── RichEditBoxPage.xaml.cs
│ │ ├── RichTextBlockPage.xaml
│ │ ├── RichTextBlockPage.xaml.cs
│ │ ├── ScrollViewerPage.xaml
│ │ ├── ScrollViewerPage.xaml.cs
│ │ ├── ScrollViewPage.xaml
│ │ ├── ScrollViewPage.xaml.cs
│ │ ├── SelectorBarPage.xaml
│ │ ├── SelectorBarPage.xaml.cs
│ │ ├── SemanticZoomPage.xaml
│ │ ├── SemanticZoomPage.xaml.cs
│ │ ├── ShapePage.xaml
│ │ ├── ShapePage.xaml.cs
│ │ ├── SliderPage.xaml
│ │ ├── SliderPage.xaml.cs
│ │ ├── SoundPage.xaml
│ │ ├── SoundPage.xaml.cs
│ │ ├── SplitButtonPage.xaml
│ │ ├── SplitButtonPage.xaml.cs
│ │ ├── SplitViewPage.xaml
│ │ ├── SplitViewPage.xaml.cs
│ │ ├── StackPanelPage.xaml
│ │ ├── StackPanelPage.xaml.cs
│ │ ├── StandardUICommandPage.xaml
│ │ ├── StandardUICommandPage.xaml.cs
│ │ ├── SwipeControlPage.xaml
│ │ ├── SwipeControlPage.xaml.cs
│ │ ├── SystemBackdropsPage.xaml
│ │ ├── SystemBackdropsPage.xaml.cs
│ │ ├── TabViewPage.xaml
│ │ ├── TabViewPage.xaml.cs
│ │ ├── TeachingTipPage.xaml
│ │ ├── TeachingTipPage.xaml.cs
│ │ ├── TextBlockPage.xaml
│ │ ├── TextBlockPage.xaml.cs
│ │ ├── TextBoxPage.xaml
│ │ ├── TextBoxPage.xaml.cs
│ │ ├── ThemeTransitionPage.xaml
│ │ ├── ThemeTransitionPage.xaml.cs
│ │ ├── TimePickerPage.xaml
│ │ ├── TimePickerPage.xaml.cs
│ │ ├── TitleBarPage.xaml
│ │ ├── TitleBarPage.xaml.cs
│ │ ├── ToggleButtonPage.xaml
│ │ ├── ToggleButtonPage.xaml.cs
│ │ ├── ToggleSplitButtonPage.xaml
│ │ ├── ToggleSplitButtonPage.xaml.cs
│ │ ├── ToggleSwitchPage.xaml
│ │ ├── ToggleSwitchPage.xaml.cs
│ │ ├── ToolTipPage.xaml
│ │ ├── ToolTipPage.xaml.cs
│ │ ├── TreeViewPage.xaml
│ │ ├── TreeViewPage.xaml.cs
│ │ ├── VariableSizedWrapGridPage.xaml
│ │ ├── VariableSizedWrapGridPage.xaml.cs
│ │ ├── ViewboxPage.xaml
│ │ ├── ViewboxPage.xaml.cs
│ │ ├── WebView2Page.xaml
│ │ ├── WebView2Page.xaml.cs
│ │ ├── XamlCompInteropPage.xaml
│ │ ├── XamlCompInteropPage.xaml.cs
│ │ ├── XamlUICommandPage.xaml
│ │ └── XamlUICommandPage.xaml.cs
│ ├── ControlPagesSampleCode
│ │ ├── Brushes
│ │ │ └── RadialGradientBrushSample_xaml.txt
│ │ ├── Buttons
│ │ │ ├── Button
│ │ │ │ └── CustomButtonStyle.txt
│ │ │ ├── DropDown
│ │ │ │ ├── DropDownButton_Icon.txt
│ │ │ │ ├── DropDownButton_RevealStyle.txt
│ │ │ │ └── DropDownButton_Simple.txt
│ │ │ ├── SplitButton
│ │ │ │ ├── SplitButtonSample1.txt
│ │ │ │ └── SplitButtonSample2.txt
│ │ │ └── ToggleSplitButton
│ │ │ └── ToggleSplitButtonSample1.txt
│ │ ├── CommandBarFlyout
│ │ │ ├── CommandBarFlyoutSample1_cs.txt
│ │ │ └── CommandBarFlyoutSample1_xaml.txt
│ │ ├── ContentDialog
│ │ │ ├── ContentDialogSample1_cs.txt
│ │ │ └── ContentDialogSample1_xaml.txt
│ │ ├── DropDownButtonCode.html
│ │ ├── GridView
│ │ │ ├── GridViewSample1_cs.txt
│ │ │ └── GridViewSample1_xaml.txt
│ │ ├── Icons
│ │ │ ├── AnimatedIconSample1_cs.txt
│ │ │ ├── AnimatedIconSample1_xaml.txt
│ │ │ ├── AnimatedIconSample2_xaml.txt
│ │ │ ├── FontIconSample1_xaml.txt
│ │ │ ├── FontIconSample2_xaml.txt
│ │ │ ├── ImageIconSample1_xaml.txt
│ │ │ ├── ImageIconSample2_xaml.txt
│ │ │ ├── PathIconSample1_xaml.txt
│ │ │ ├── SymbolIconSample_1_xaml.txt
│ │ │ └── SymbolIconSample1_xaml.txt
│ │ ├── ItemsRepeater
│ │ │ ├── ItemsRepeaterNestedSample_xaml.txt
│ │ │ ├── ItemsRepeaterSample1_cs.txt
│ │ │ ├── ItemsRepeaterSample1_xaml.txt
│ │ │ ├── ItemsRepeaterSample2_cs.txt
│ │ │ ├── ItemsRepeaterSample2_xaml.txt
│ │ │ ├── ItemsRepeaterSample3_cs.txt
│ │ │ ├── ItemsRepeaterSample3_xaml.txt
│ │ │ ├── ItemsRepeaterSample4_cs.txt
│ │ │ └── ItemsRepeaterSample4_xaml.txt
│ │ ├── ListView
│ │ │ ├── ListViewGroupedHeaderSample_xaml.txt
│ │ │ ├── ListViewSample1_cs.txt
│ │ │ ├── ListViewSample1_xaml.txt
│ │ │ ├── ListViewSample2_cs.txt
│ │ │ ├── ListViewSample2_xaml.txt
│ │ │ ├── ListViewSample3_xaml.txt
│ │ │ ├── ListViewSample4_cs.txt
│ │ │ ├── ListViewSample4_xaml.txt
│ │ │ └── ListViewStickyHeaderSample_xaml.txt
│ │ ├── MapControl
│ │ │ └── MapControlSample_cs.txt
│ │ ├── Media
│ │ │ ├── CaptureElementPreviewSample_cs.txt
│ │ │ └── CaptureElementPreviewSample_xaml.txt
│ │ ├── MenuBar
│ │ │ ├── MenuBarSample1.txt
│ │ │ ├── MenuBarSample2.txt
│ │ │ └── MenuBarSample3.txt
│ │ ├── Motion
│ │ │ ├── AnimationInterop
│ │ │ │ ├── AnimationInteropSample1_cs.txt
│ │ │ │ ├── AnimationInteropSample2_cs.txt
│ │ │ │ ├── AnimationInteropSample2_xaml.txt
│ │ │ │ ├── AnimationInteropSample3_cs.txt
│ │ │ │ ├── AnimationInteropSample4_cs.txt
│ │ │ │ ├── AnimationInteropSample5_cs.txt
│ │ │ │ └── AnimationInteropSample5_xaml.txt
│ │ │ └── ConnectedAnimation
│ │ │ ├── ConnectedAnimationSample1_cs.txt
│ │ │ ├── ConnectedAnimationSample1_xaml.txt
│ │ │ ├── ConnectedAnimationSample2_cs.txt
│ │ │ ├── ConnectedAnimationSample2_xaml.txt
│ │ │ └── ConnectedAnimationSample3_cs.txt
│ │ ├── NavigationView
│ │ │ ├── NavigationViewSample1.txt
│ │ │ ├── NavigationViewSample2.txt
│ │ │ ├── NavigationViewSample3.txt
│ │ │ ├── NavigationViewSample4_cs.txt
│ │ │ ├── NavigationViewSample4.txt
│ │ │ ├── NavigationViewSample4_xaml.txt
│ │ │ ├── NavigationViewSample5_cs.txt
│ │ │ ├── NavigationViewSample5.txt
│ │ │ ├── NavigationViewSample5_xaml.txt
│ │ │ ├── NavigationViewSample6.txt
│ │ │ ├── NavigationViewSample8_xaml.txt
│ │ │ └── NavigationViewSample9_xaml.txt
│ │ ├── NumberBox
│ │ │ ├── NumberBoxSample2_xaml.txt
│ │ │ ├── NumberBoxSample3_cs.txt
│ │ │ └── NumberBoxSample3_xaml.txt
│ │ ├── StandardUICommand
│ │ │ ├── StandardUICommandSample1_cs.txt
│ │ │ └── StandardUICommandSample1_xaml.txt
│ │ ├── System
│ │ │ ├── FilePickerSample1_cs.txt
│ │ │ ├── FilePickerSample1_xaml.txt
│ │ │ ├── FilePickerSample2_cs.txt
│ │ │ ├── FilePickerSample2_xaml.txt
│ │ │ ├── FilePickerSample3_cs.txt
│ │ │ ├── FilePickerSample3_xaml.txt
│ │ │ ├── FilePickerSample4_cs.txt
│ │ │ ├── FilePickerSample4_xaml.txt
│ │ │ ├── FilePickerSample5_cs.txt
│ │ │ ├── FilePickerSample5_xaml.txt
│ │ │ └── Window.txt
│ │ ├── SystemBackdrops
│ │ │ ├── SystemBackdropsEnsureSystemDQC.txt
│ │ │ ├── SystemBackdropsSample1.txt
│ │ │ ├── SystemBackdropsSample2.txt
│ │ │ ├── SystemBackdropsSample3.txt
│ │ │ └── SystemBackdropsSample4.txt
│ │ ├── TabView
│ │ │ ├── TabViewBasicSample_cs.txt
│ │ │ └── TabViewKeyboardAcceleratorSample_cs.txt
│ │ ├── TeachingTip
│ │ │ ├── TeachingTipSample1_cs.txt
│ │ │ ├── TeachingTipSample1_xaml.txt
│ │ │ ├── TeachingTipSample2_cs.txt
│ │ │ ├── TeachingTipSample2_xaml.txt
│ │ │ ├── TeachingTipSample3_cs.txt
│ │ │ └── TeachingTipSample3_xaml.txt
│ │ ├── Text
│ │ │ └── RichEditBox
│ │ │ ├── RichEditBoxSample3_cs.txt
│ │ │ ├── RichEditBoxSample3_xaml.txt
│ │ │ ├── RichEditBoxSample4_cs.txt
│ │ │ └── RichEditBoxSample4_xaml.txt
│ │ ├── TreeView
│ │ │ ├── TreeViewDataBindingSample_xaml.txt
│ │ │ └── TreeViewTemplateSelectorSample_xaml.txt
│ │ ├── Typography
│ │ │ └── TypographySample_xaml.txt
│ │ ├── Window
│ │ │ ├── CreateWindowSample1.txt
│ │ │ └── TitleBar
│ │ │ ├── TitleBarSample1.txt
│ │ │ ├── TitleBarSample2.txt
│ │ │ └── TitleBarSample3.txt
│ │ └── XamlUICommand
│ │ ├── XamlUICommandSample1_cs.txt
│ │ └── XamlUICommandSample1_xaml.txt
│ ├── Controls
│ │ ├── ControlExample.xaml
│ │ ├── ControlExample.xaml.cs
│ │ ├── CopyButton
│ │ │ ├── CopyButton.cs
│ │ │ └── CopyButton.xaml
│ │ ├── DesignGuidance
│ │ │ ├── ColorPageExample.xaml
│ │ │ ├── ColorPageExample.xaml.cs
│ │ │ ├── ColorSections
│ │ │ │ ├── BackgroundSection.xaml
│ │ │ │ ├── BackgroundSection.xaml.cs
│ │ │ │ ├── FillSection.xaml
│ │ │ │ ├── FillSection.xaml.cs
│ │ │ │ ├── HighContrastSection.xaml
│ │ │ │ ├── HighContrastSection.xaml.cs
│ │ │ │ ├── SignalSection.xaml
│ │ │ │ ├── SignalSection.xaml.cs
│ │ │ │ ├── StrokeSection.xaml
│ │ │ │ ├── StrokeSection.xaml.cs
│ │ │ │ ├── TextSection.xaml
│ │ │ │ └── TextSection.xaml.cs
│ │ │ ├── ColorTile.xaml
│ │ │ ├── ColorTile.xaml.cs
│ │ │ ├── TypographyControl.xaml
│ │ │ └── TypographyControl.xaml.cs
│ │ ├── HeaderTile.xaml
│ │ ├── HeaderTile.xaml.cs
│ │ ├── HomePageHeaderImage.xaml
│ │ ├── HomePageHeaderImage.xaml.cs
│ │ ├── InlineColorPicker.xaml
│ │ ├── InlineColorPicker.xaml.cs
│ │ ├── PageHeader.xaml
│ │ ├── PageHeader.xaml.cs
│ │ ├── SampleCodePresenter.xaml
│ │ ├── SampleCodePresenter.xaml.cs
│ │ ├── SampleThemeListener.xaml
│ │ ├── SampleThemeListener.xaml.cs
│ │ ├── TileGallery.xaml
│ │ └── TileGallery.xaml.cs
│ ├── DataModel
│ │ ├── ControlInfoData.json
│ │ ├── ControlInfoDataSource.cs
│ │ ├── IconsData.json
│ │ └── IconsDataSource.cs
│ ├── Directory.Build.props
│ ├── Directory.Build.targets
│ ├── GlobalSuppressions.cs
│ ├── Helper
│ │ ├── ColorCode.internal
│ │ │ ├── ExtensionMethods.cs
│ │ │ └── RichTextBlockFormatter.cs
│ │ ├── NativeHelper.cs
│ │ ├── NavigationHelper.cs
│ │ ├── NavigationOrientationHelper.cs
│ │ ├── ProtocolActivationClipboardHelper.cs
│ │ ├── ThemeHelper.cs
│ │ ├── TitleBarHelper.cs
│ │ ├── UIHelper.cs
│ │ ├── Win32WindowHelper.cs
│ │ └── WindowHelper.cs
│ ├── HomePage.xaml
│ ├── HomePage.xaml.cs
│ ├── IdleSynchronizer.cs
│ ├── ItemPage.xaml
│ ├── ItemPage.xaml.cs
│ ├── ItemsPageBase.cs
│ ├── ItemTemplates.xaml
│ ├── ItemTemplates.xaml.cs
│ ├── Navigation
│ │ ├── NavigationRootPage.xaml
│ │ └── NavigationRootPage.xaml.cs
│ ├── net7.override.targets
│ ├── Package.appxmanifest
│ ├── Package.Dev.appxmanifest
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── launchSettings.json
│ │ └── PublishProfiles
│ │ ├── win-arm64.pubxml
│ │ ├── win-x64.pubxml
│ │ └── win-x86.pubxml
│ ├── SamplePages
│ │ ├── SampleBuiltInSystemBackdropsWindow.xaml
│ │ ├── SampleBuiltInSystemBackdropsWindow.xaml.cs
│ │ ├── SampleCompactSizingPage.xaml
│ │ ├── SampleCompactSizingPage.xaml.cs
│ │ ├── SamplePage1.xaml
│ │ ├── SamplePage1.xaml.cs
│ │ ├── SamplePage2.xaml
│ │ ├── SamplePage2.xaml.cs
│ │ ├── SamplePage3.xaml
│ │ ├── SamplePage3.xaml.cs
│ │ ├── SamplePage4.xaml
│ │ ├── SamplePage4.xaml.cs
│ │ ├── SamplePage5.xaml
│ │ ├── SamplePage5.xaml.cs
│ │ ├── SamplePage6.xaml
│ │ ├── SamplePage6.xaml.cs
│ │ ├── SamplePage7.xaml
│ │ ├── SamplePage7.xaml.cs
│ │ ├── SampleSettingsPage.xaml
│ │ ├── SampleSettingsPage.xaml.cs
│ │ ├── SampleStandardSizingPage.xaml
│ │ ├── SampleStandardSizingPage.xaml.cs
│ │ ├── SampleSystemBackdropsWindow.xaml
│ │ └── SampleSystemBackdropsWindow.xaml.cs
│ ├── SearchResultsPage.xaml
│ ├── SearchResultsPage.xaml.cs
│ ├── SectionPage.xaml
│ ├── SectionPage.xaml.cs
│ ├── SettingsPage.xaml
│ ├── SettingsPage.xaml.cs
│ ├── Strings
│ │ └── en-US
│ │ └── Resources.resw
│ ├── TabViewPages
│ │ ├── MyTabContentControl.xaml
│ │ ├── MyTabContentControl.xaml.cs
│ │ ├── TabViewWindowingSamplePage.xaml
│ │ └── TabViewWindowingSamplePage.xaml.cs
│ ├── WinUIGallery.csproj
│ ├── WinUIGallery.DesktopWap.Package.wapproj
│ ├── WinUIGallery.DesktopWap.sln
│ └── WinUIGallery.sln
└── WinUIGalleryUnitTests
├── app.manifest
├── Assets
│ ├── LockScreenLogo.scale-200.png
│ ├── SplashScreen.scale-200.png
│ ├── Square150x150Logo.scale-200.png
│ ├── Square44x44Logo.scale-200.png
│ ├── Square44x44Logo.targetsize-24_altform-unplated.png
│ ├── StoreLogo.png
│ └── Wide310x150Logo.scale-200.png
├── Package.appxmanifest
├── Properties
│ ├── launchSettings.json
│ └── PublishProfiles
│ ├── win-arm64.pubxml
│ ├── win-x64.pubxml
│ └── win-x86.pubxml
├── UnitTestAppWindow.xaml
├── UnitTestAppWindow.xaml.cs
├── UnitTestApp.xaml
├── UnitTestApp.xaml.cs
├── UnitTests.cs
└── WinUIGalleryUnitTests.csproj
75 directories, 910 files
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论