You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
1.0 KiB

<UserControl x:Class="PCScreenSavers.Win.CycleProcessBar"
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"
xmlns:local="clr-namespace:PCScreenSavers.Win"
mc:Ignorable="d"
d:DesignHeight="66" d:DesignWidth="66">
<Grid>
<Ellipse x:Name="ellipseWithSolidColorBrush" Width="60" Height="60" Stroke="#817148" Panel.ZIndex="0" StrokeThickness="6"/>
<Path Name="myCycleProcessBar1" Stroke="#817148" StrokeThickness="6" Height="66" Width="66" VerticalAlignment="Center" HorizontalAlignment="Center" Panel.ZIndex="1">
</Path>
<Label Name="lbValue" Content="室内" FontSize="22" FontWeight="Medium" VerticalAlignment="Center" HorizontalAlignment="Center" Foreground="#817148" FontFamily="{StaticResource CNRegular}"/>
</Grid>
</UserControl>