File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
dev/DevWinUI.Gallery/Views/Pages/Composition Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Page x : Class =" DevWinUIGallery.Views.OrbitLoadingIndicatorPage"
3+ xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5+ xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6+ xmlns : dev =" using:DevWinUI"
7+ xmlns : local =" using:DevWinUIGallery"
8+ xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
9+ mc : Ignorable =" d" >
10+ <ScrollViewer >
11+ <StackPanel Margin =" 10" dev:PanelAttach.ChildrenTransitions=" Default" Spacing =" 10" >
12+ <local : ControlExample DocPage =" controls/orbitLoadingIndicator" >
13+ <local : ControlExample .Xaml>
14+ <x : String >< dev:OrbitLoadingIndicator IsBusy="true" /> </x : String >
15+ </local : ControlExample .Xaml>
16+ <local : ControlExample .Pane>
17+ <ToggleSwitch x : Name =" TgIsBusy"
18+ Header =" Is Busy"
19+ IsOn =" True" />
20+ </local : ControlExample .Pane>
21+ <dev : OrbitLoadingIndicator Width =" 64"
22+ Height =" 64"
23+ HorizontalAlignment =" Center"
24+ VerticalAlignment =" Center"
25+ IsBusy =" {x:Bind TgIsBusy.IsOn, Mode=OneWay}" />
26+ </local : ControlExample >
27+ </StackPanel >
28+ </ScrollViewer >
29+ </Page >
Original file line number Diff line number Diff line change 1+ namespace DevWinUIGallery . Views ;
2+
3+ public sealed partial class OrbitLoadingIndicatorPage : Page
4+ {
5+ public OrbitLoadingIndicatorPage ( )
6+ {
7+ InitializeComponent ( ) ;
8+ }
9+ }
You can’t perform that action at this time.
0 commit comments