1- <ResourceDictionary
2- xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3- xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" >
1+ <ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" >
42
5- <Style TargetType = " StackPanel " x : Key =" PropertiesTab" >
6- <Setter Property =" Padding" Value =" 14,0,14,14" />
7- <Setter Property =" VerticalAlignment" Value =" Top" />
3+ <Style x : Key =" PropertiesTab" TargetType = " StackPanel " >
4+ <Setter Property =" Padding" Value =" 14,0,14,14" />
5+ <Setter Property =" VerticalAlignment" Value =" Top" />
86 </Style >
97
108 <Thickness x : Key =" PropertyNameMargin" >0,7</Thickness >
119 <Thickness x : Key =" PropertyValueMargin" >20,0,0,0</Thickness >
1210 <VerticalAlignment x : Key =" PropertyValueVerticalAlignment" >Center</VerticalAlignment >
1311
14- <Style TargetType = " TextBlock " x : Key =" PropertyName" >
15- <Setter Property =" Margin" Value =" {StaticResource PropertyNameMargin}" />
16- <Setter Property =" FontWeight" Value =" SemiBold" />
12+ <Style x : Key =" PropertyName" TargetType = " TextBlock " >
13+ <Setter Property =" Margin" Value =" {StaticResource PropertyNameMargin}" />
14+ <Setter Property =" FontWeight" Value =" SemiBold" />
1715 </Style >
1816
19- <Style TargetType = " Grid " x : Key =" PropertyValueGrid" >
20- <Setter Property =" Margin" Value =" {StaticResource PropertyValueMargin}" />
21- <Setter Property =" VerticalAlignment" Value =" {StaticResource PropertyValueVerticalAlignment}" />
17+ <Style x : Key =" PropertyValueGrid" TargetType = " Grid " >
18+ <Setter Property =" Margin" Value =" {StaticResource PropertyValueMargin}" />
19+ <Setter Property =" VerticalAlignment" Value =" {StaticResource PropertyValueVerticalAlignment}" />
2220 </Style >
2321
24- <Style TargetType = " Grid " x : Key =" PropertyValueStackPanel" >
25- <Setter Property =" Margin" Value =" {StaticResource PropertyValueMargin}" />
26- <Setter Property =" VerticalAlignment" Value =" {StaticResource PropertyValueVerticalAlignment}" />
22+ <Style x : Key =" PropertyValueStackPanel" TargetType = " Grid " >
23+ <Setter Property =" Margin" Value =" {StaticResource PropertyValueMargin}" />
24+ <Setter Property =" VerticalAlignment" Value =" {StaticResource PropertyValueVerticalAlignment}" />
2725 </Style >
2826
29- <Style TargetType = " TextBlock " x : Key =" PropertyValueTextBlock" >
30- <Setter Property =" Margin" Value =" {StaticResource PropertyValueMargin}" />
31- <Setter Property =" VerticalAlignment" Value =" {StaticResource PropertyValueVerticalAlignment}" />
32- <Setter Property =" IsTextSelectionEnabled" Value =" True" />
27+ <Style x : Key =" PropertyValueTextBlock" TargetType = " TextBlock " >
28+ <Setter Property =" Margin" Value =" {StaticResource PropertyValueMargin}" />
29+ <Setter Property =" VerticalAlignment" Value =" {StaticResource PropertyValueVerticalAlignment}" />
30+ <Setter Property =" IsTextSelectionEnabled" Value =" True" />
3331 </Style >
3432
35- <Style TargetType =" TextBox" BasedOn =" {StaticResource DefaultTextBoxStyle}" x : Key =" PropertyValueTextBox" >
36- <Setter Property =" Margin" Value =" {StaticResource PropertyValueMargin}" />
37- <Setter Property =" VerticalAlignment" Value =" {StaticResource PropertyValueVerticalAlignment}" />
38- <Setter Property =" HorizontalAlignment" Value =" Stretch" />
39- <Setter Property =" BorderThickness" Value =" 1" />
33+ <Style
34+ x : Key =" PropertyValueTextBox"
35+ BasedOn =" {StaticResource DefaultTextBoxStyle}"
36+ TargetType =" TextBox" >
37+ <Setter Property =" Margin" Value =" {StaticResource PropertyValueMargin}" />
38+ <Setter Property =" VerticalAlignment" Value =" {StaticResource PropertyValueVerticalAlignment}" />
39+ <Setter Property =" HorizontalAlignment" Value =" Stretch" />
40+ <Setter Property =" BorderThickness" Value =" 1" />
4041 </Style >
4142</ResourceDictionary >
0 commit comments