<Storyboard x:Key="ShiftAltClickValue2Animate">
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="(ContentControl.Content)" Storyboard.TargetName="lbl_AWithDiaeresis">
<DiscreteObjectKeyFrame KeyTime="0:0:0.2" Value="Ä"/>
<DiscreteObjectKeyFrame KeyTime="0:0:0.4" Value="ä"/>
</ObjectAnimationUsingKeyFrames>
</Storyboard>
我在wpf中创建了一个故事板。然后将相同的stoboard应用于代码中的许多控件。因此,我必须更改lablel内容大写小写和小写大写在Freame by Frame。
上述代码可用于一个控件,在许多控件中不可能。我应该怎么做。