Hi all
I would like to know how is that WPF suggest change the menuItem control backGround color using triggers ... Because I have the follow XAML code:
<Menu.Triggers><EventTrigger RoutedEvent="MouseEnter"><BeginStoryboard><Storyboard ><ColorAnimation Storyboard.TargetProperty="Background.Color" To="Red" Duration="0:0:0.2" AutoReverse="True"/></Storyboard></BeginStoryboard></EventTrigger></Menu.Triggers>
And send an exception:
Can notresolve allproperty referencesinthe path to the'Background.Color' property.Verify thatapplicable objectssupportthe properties.
Tnks !!!