2023-03-13 19:44:30 +08:00
|
|
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
xmlns:controls="clr-namespace:AIStudio.Wpf.Mind.Controls">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Style x:Key="RateControlStyle" TargetType="{x:Type controls:RateControl}">
|
2023-03-15 19:35:53 +08:00
|
|
|
<Setter Property="Background" Value="Yellow" />
|
|
|
|
|
<Setter Property="Foreground" Value="Green" />
|
|
|
|
|
<Setter Property="BorderBrush" Value="Transparent"/>
|
|
|
|
|
<Setter Property="BorderThickness" Value="1"/>
|
|
|
|
|
<Setter Property="Padding" Value="3" />
|
2023-03-18 21:44:58 +08:00
|
|
|
<Setter Property="Margin" Value="1" />
|
|
|
|
|
<Setter Property="Width" Value="16" />
|
|
|
|
|
<Setter Property="Height" Value="16" />
|
2023-03-13 19:44:30 +08:00
|
|
|
<Setter Property="Template">
|
|
|
|
|
<Setter.Value>
|
|
|
|
|
<ControlTemplate TargetType="{x:Type controls:RateControl}">
|
2023-03-15 19:35:53 +08:00
|
|
|
<Grid x:Name="RootGrid">
|
|
|
|
|
<Ellipse Fill="{TemplateBinding Background}"
|
|
|
|
|
Stroke="{TemplateBinding BorderBrush}"
|
|
|
|
|
StrokeThickness="{TemplateBinding BorderThickness}"
|
|
|
|
|
x:Name="border">
|
|
|
|
|
</Ellipse>
|
|
|
|
|
<Path x:Name="Path" Stretch="Uniform" Fill="{TemplateBinding Foreground}"
|
|
|
|
|
RenderTransformOrigin="0.5,0.5"
|
|
|
|
|
Data="">
|
|
|
|
|
</Path>
|
2023-03-13 19:44:30 +08:00
|
|
|
</Grid>
|
2023-03-15 19:35:53 +08:00
|
|
|
<ControlTemplate.Triggers>
|
|
|
|
|
<Trigger Property="Rate" Value="0">
|
|
|
|
|
<Setter TargetName="Path" Property="Data" Value="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"/>
|
2023-03-15 23:05:41 +08:00
|
|
|
<Setter Property="Foreground" Value="DarkRed"/>
|
2023-03-15 19:35:53 +08:00
|
|
|
</Trigger>
|
|
|
|
|
<Trigger Property="Rate" Value="0.125">
|
|
|
|
|
<Setter TargetName="Path" Property="Data" Value="M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4M12 5C13.93 5 15.68 5.78 16.95 7.05L12 12V5Z"/>
|
|
|
|
|
</Trigger>
|
|
|
|
|
<Trigger Property="Rate" Value="0.25">
|
|
|
|
|
<Setter TargetName="Path" Property="Data" Value="M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4M12 5C15.87 5 19 8.13 19 12H12V5Z"/>
|
|
|
|
|
</Trigger>
|
|
|
|
|
<Trigger Property="Rate" Value="0.375">
|
|
|
|
|
<Setter TargetName="Path" Property="Data" Value="M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4M12 5C15.87 5 19 8.13 19 12C19 13.93 18.22 15.68 16.95 16.95L12 12V5Z"/>
|
|
|
|
|
</Trigger>
|
|
|
|
|
<Trigger Property="Rate" Value="0.5">
|
|
|
|
|
<Setter TargetName="Path" Property="Data" Value="M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4M12 5C15.87 5 19 8.13 19 12C19 15.87 15.87 19 12 19V5Z"/>
|
|
|
|
|
</Trigger>
|
|
|
|
|
<Trigger Property="Rate" Value="0.625">
|
|
|
|
|
<Setter TargetName="Path" Property="Data" Value="M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4M12 5C15.87 5 19 8.13 19 12C19 15.87 15.87 19 12 19C10.07 19 8.32 18.22 7.05 16.95L12 12V5Z"/>
|
|
|
|
|
</Trigger>
|
|
|
|
|
<Trigger Property="Rate" Value="0.75">
|
|
|
|
|
<Setter TargetName="Path" Property="Data" Value="M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4M12 5C15.87 5 19 8.13 19 12C19 15.87 15.87 19 12 19C8.13 19 5 15.87 5 12H12V5Z"/>
|
|
|
|
|
</Trigger>
|
|
|
|
|
<Trigger Property="Rate" Value="0.875">
|
|
|
|
|
<Setter TargetName="Path" Property="Data" Value="M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4M12 5C15.87 5 19 8.13 19 12C19 15.87 15.87 19 12 19C8.13 19 5 15.87 5 12C5 10.07 5.78 8.32 7.05 7.05L12 12V5Z"/>
|
|
|
|
|
</Trigger>
|
|
|
|
|
<Trigger Property="Rate" Value="1">
|
|
|
|
|
<Setter TargetName="Path" Property="Data" Value="m 256,76 c 48.1,0 93.3,18.7 127.3,52.7 34,34 52.7,79.2 52.7,127.3 0,48.1 -18.7,93.3 -52.7,127.3 -34,34 -79.2,52.7 -127.3,52.7 -48.1,0 -93.3,-18.7 -127.3,-52.7 C 94.7,349.3 76,304.1 76,256 76,207.9 94.7,162.7 128.7,128.7 162.7,94.7 207.9,76 256,76 m 0,-28 C 141.1,48 48,141.1 48,256 48,370.9 141.1,464 256,464 370.9,464 464,370.9 464,256 464,141.1 370.9,48 256,48 Z M 362.6,192.9 345,174.8 c -0.7,-0.8 -1.8,-1.2 -2.8,-1.2 -1.1,0 -2.1,0.4 -2.8,1.2 L 217.4,297.7 173,253.3 c -0.8,-0.8 -1.8,-1.2 -2.8,-1.2 -1,0 -2,0.4 -2.8,1.2 l -17.8,17.8 c -1.6,1.6 -1.6,4.1 0,5.7 l 56,56 c 3.6,3.6 8,5.7 11.7,5.7 5.3,0 9.9,-3.9 11.6,-5.5 H 229 L 362.7,198.6 c 1.4,-1.7 1.4,-4.2 -0.1,-5.7 z"/>
|
|
|
|
|
</Trigger>
|
|
|
|
|
</ControlTemplate.Triggers>
|
2023-03-13 19:44:30 +08:00
|
|
|
</ControlTemplate>
|
|
|
|
|
</Setter.Value>
|
|
|
|
|
</Setter>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="{x:Type controls:RateControl}" BasedOn="{StaticResource RateControlStyle}" />
|
|
|
|
|
|
|
|
|
|
</ResourceDictionary>
|