【发布时间】:2013-07-19 17:07:27
【问题描述】:
在我的 MainPage 我有
<DoubleAnimation Completed="DoubleAnimation_Completed_1"
Storyboard.TargetName="factImage"
Storyboard.TargetProperty="Opacity"
From="0.0" To="1.0" Duration="0:0:0.3"
AutoReverse="False"/>
而不是硬编码 Duration="0:0:0.3" ,我想将它绑定到 设置 页面上的滑块。
【问题讨论】:
标签: silverlight windows-phone-7 animation data-binding