Browse Source

6.2 законченое

Ethosa 3 years ago
parent
commit
dcbcbbfe34
1 changed files with 5 additions and 1 deletions
  1. 5 1
      Dictionary.xaml

+ 5 - 1
Dictionary.xaml

@@ -1,4 +1,8 @@
 <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
-    xmls:Local=
+    xmls:Local="clr-namespace:WPF_Lesson">
+    <Style TargetType="{x:Type Label}">
+        <Setter Property="Background" Value="AntiqueWhite"/>
+        <Setter Property="Padding" Value="0"/>
+    </Style>
 </ResourceDictionary>