radial progressbar

This commit is contained in:
Rene Schwarz
2021-04-14 00:53:57 +02:00
parent cf7b9abcf0
commit e220c09ec3
61 changed files with 2449 additions and 262 deletions

View File

@@ -8,8 +8,7 @@
xmlns:views="clr-namespace:Server_Dashboard.Views.DashboardPages"
xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
xmlns:svgc="http://sharpvectors.codeplex.com/svgc/"
MinHeight="400" MinWidth="600"
Height="1000" Width="1600" WindowStyle="None" Background="Transparent" ResizeMode="CanResize">
Height="1000" Width="Auto" WindowStyle="None" Background="Transparent" ResizeMode="CanResize">
<WindowChrome.WindowChrome>
<WindowChrome CaptionHeight="0"/>
</WindowChrome.WindowChrome>
@@ -86,7 +85,7 @@
Command="{Binding OpenLinkCommand}"
Content="{Binding UserName}"
Margin="10 0 10 0"
Height="40"
Height="40" Cursor="Hand"
>
<Button.Template>
<ControlTemplate TargetType="{x:Type Button}">