Skip to content

Commit 25afcb2

Browse files
committed
🐛 ChangePropertyAction Content -> Value
1 parent 45683c7 commit 25afcb2

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

src/BD.WTTS.Client.Plugins.Accelerator/UI/Views/Controls/GameAppItem.axaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,21 +214,29 @@
214214
ComparisonCondition="GreaterThan"
215215
Value="120">
216216
<ia:ChangePropertyAction PropertyName="Fill" TargetObject="PingEllipse">
217-
<SolidColorBrush Color="#FF4F58" />
217+
<ia:ChangePropertyAction.Value>
218+
<SolidColorBrush Color="#FF4F58" />
219+
</ia:ChangePropertyAction.Value>
218220
</ia:ChangePropertyAction>
219221
<ia:ChangePropertyAction PropertyName="Foreground" TargetObject="PingText">
220-
<SolidColorBrush Color="#FF4F58" />
222+
<ia:ChangePropertyAction.Value>
223+
<SolidColorBrush Color="#FF4F58" />
224+
</ia:ChangePropertyAction.Value>
221225
</ia:ChangePropertyAction>
222226
</ia:DataTriggerBehavior>
223227
<ia:DataTriggerBehavior
224228
Binding="{Binding PingValue}"
225229
ComparisonCondition="LessThanOrEqual"
226230
Value="120">
227231
<ia:ChangePropertyAction PropertyName="Fill" TargetObject="PingEllipse">
228-
<SolidColorBrush Color="#47A42B" />
232+
<ia:ChangePropertyAction.Value>
233+
<SolidColorBrush Color="#47A42B" />
234+
</ia:ChangePropertyAction.Value>
229235
</ia:ChangePropertyAction>
230236
<ia:ChangePropertyAction PropertyName="Foreground" TargetObject="PingText">
231-
<SolidColorBrush Color="#47A42B" />
237+
<ia:ChangePropertyAction.Value>
238+
<SolidColorBrush Color="#47A42B" />
239+
</ia:ChangePropertyAction.Value>
232240
</ia:ChangePropertyAction>
233241
</ia:DataTriggerBehavior>
234242
</i:Interaction.Behaviors>

0 commit comments

Comments
 (0)