diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-04 11:58:41 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-04 11:58:41 +0200 |
| commit | 303568941753cda00f012d18f89d89e989ed8fe9 (patch) | |
| tree | dc3e0db7bdb12dc65d21fa81f5124ae2b36051d3 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common | |
| parent | 2d0862466b92c478791f4afe9cdcf3df52d7b3de (diff) | |
| download | Tango-303568941753cda00f012d18f89d89e989ed8fe9.tar.gz Tango-303568941753cda00f012d18f89d89e989ed8fe9.zip | |
Added main background image.
Modified circle vector for brush stop edit fields.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Resources/MaterialDesign.xaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Resources/MaterialDesign.xaml b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Resources/MaterialDesign.xaml index 8896a2d35..edacedead 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Resources/MaterialDesign.xaml +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Resources/MaterialDesign.xaml @@ -344,6 +344,25 @@ </Setter.Value> </Setter> </Style> + + <PathGeometry x:Key="CirclePath">M46.615 402.03c6.549 9.313 13.718 18.176 21.456 26.528l23.472-21.728c-6.767-7.3-13.038-15.045-18.768-23.184 L46.615 402.03z M32.007 254.83c0.178-112.07 83.047-206.811 194.096-221.904l-4.192-31.728C81.787 20.041-16.53 148.91 2.314 289.033 c3.942 29.31 12.932 57.716 26.573 83.957l28.368-14.784C40.563 326.311 31.897 290.828 32.007 254.83z M92.807 452.03c8.765 7.252 17.995 13.923 27.632 19.968l16.976-27.2c-8.448-5.292-16.535-11.139-24.208-17.504 L92.807 452.03z M361.761 21.742c-22.756-10.308-46.898-17.229-71.658-20.544l-4.192 31.728 c122.555 16.88 208.221 129.915 191.341 252.469C462.017 396.001 367.656 478.501 256.007 478.83 c-31.831 0.078-63.306-6.694-92.288-19.856l-13.216 29.152c128.788 58.337 280.484 1.225 338.821-127.563 C547.661 231.775 490.549 80.079 361.761 21.742z</PathGeometry> + + <Style TargetType="ContentControl" x:Key="numberBorder"> + <Style.Setters> + <Setter Property="Template"> + <Setter.Value> + <ControlTemplate TargetType="ContentControl"> + <Grid> + <Viewbox> + <Path Stroke="#202020" StrokeThickness="1" Data="{StaticResource CirclePath}" Fill="{TemplateBinding Foreground}"></Path> + </Viewbox> + <ContentPresenter Content="{TemplateBinding Content}" /> + </Grid> + </ControlTemplate> + </Setter.Value> + </Setter> + </Style.Setters> + </Style> <!--Extensions--> </ResourceDictionary> |
