一、样式1
1、效果预览
2、新建自定义控件
"Akeem.AkeemLoding"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300">
"#FF007BE5" x:Key="CirclesColor" />
"Transparent" Name="LayoutRoot">
"SpinnerScale" ScaleX="1.0" ScaleY="1.0" />
"Loading..." x:Name="text_Loading" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="14" Foreground="#FFE3953D" FontWeight="Bold" />
3、用法
二、样式2
1、效果预览
2、新建自定义控件
"Akeem.AkeemLoading"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300">
"#FF007BE5" x:Key="CirclesColor" />
"Transparent" Name="LayoutRoot">
3、用法
原文:https://www.cnblogs.com/zisai/p/11095956.html