首次提交:添加src文件夹代码
This commit is contained in:
20
Cowain.Bake.UI/CommonView/Views/ProgressBarView.xaml
Normal file
20
Cowain.Bake.UI/CommonView/Views/ProgressBarView.xaml
Normal file
@@ -0,0 +1,20 @@
|
||||
<Window x:Class="Cowain.Bake.UI.CommonView.Views.ProgressBarView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:hc="https://handyorg.github.io/handycontrol"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
Background="{DynamicResource RegionBrush}"
|
||||
mc:Ignorable="d"
|
||||
Height="200" Width="380" WindowStartupLocation="CenterScreen" Title="加载中..."
|
||||
>
|
||||
<hc:TransitioningContentControl>
|
||||
<hc:LoadingLine Margin="0,30" Foreground="BlueViolet" Style="{StaticResource LoadingLineLarge}"/>
|
||||
<!--<StackPanel Margin="132" >
|
||||
<Slider Value="50" Name="SliderDemo" Maximum="16"/>
|
||||
<StackPanel Orientation="Horizontal" Margin="0,32,0,0">
|
||||
<hc:CircleProgressBar IsIndeterminate="True" Height="200" Width="200" Margin="160,0,0,0"/>
|
||||
</StackPanel>
|
||||
</StackPanel>-->
|
||||
</hc:TransitioningContentControl>
|
||||
</Window>
|
||||
Reference in New Issue
Block a user