标签: wpf animation
在DoubleAnimationUsingKeyFrames中,我可以写以下任何一个:
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetProperty="Opacity"
对我来说,效果显然无法区分。在任何情况下,必须使用括号并在属性名称前写上UIElement.还是我总是会忘记的?
UIElement.