回答編集履歴
1
見直しキャンペーン中
test
CHANGED
@@ -1,19 +1,10 @@
|
|
1
|
-
その`TextBlock`の`DataContext`は`ReadOnlyObservableCollection<ValidationError>`になっているようです(エラーの内容)
|
1
|
+
その`TextBlock`の`DataContext`は、`ReadOnlyObservableCollection<ValidationError>`になっているようです(エラーの内容)
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
```x
|
3
|
+
```xml
|
6
|
-
|
7
|
-
FontSize="{Binding
|
4
|
+
FontSize="{Binding AdornedElement.DataContext.ValidateFontSize, ElementName=mainElement}"
|
8
|
-
|
9
5
|
```
|
10
|
-
|
11
6
|
でよさそうです。
|
12
|
-
|
13
|
-
|
14
7
|
|
15
8
|
---
|
16
9
|
|
17
|
-
|
18
|
-
|
19
10
|
Visual Studio 2015以上?だとライブビジュアルツリーとライブプロパティエクスプローラーがあってデバッグも捗るのですが。
|