Modal Prototyp

This commit is contained in:
Natlinux81
2022-08-13 02:23:19 +02:00
parent bb3394b03f
commit 29013ae275
24 changed files with 302 additions and 100 deletions

View File

@@ -0,0 +1,10 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style TargetType="{x:Type TextBlock}"
x:Key="ModalTextBlock">
<Setter Property="FontFamily" Value="Arial"/>
<Setter Property="FontWeight" Value="Bold"/>
<Setter Property="FontSize" Value="14"/>
<Setter Property="Foreground" Value="#0000a0"/>
</Style>
</ResourceDictionary>