Storyboard.SetTargetProperty(DependencyObject, PropertyPath) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使指定的 Timeline 目标成为指定的依赖属性。
public:
static void SetTargetProperty(System::Windows::DependencyObject ^ element, System::Windows::PropertyPath ^ path);
public static void SetTargetProperty (System.Windows.DependencyObject element, System.Windows.PropertyPath path);
static member SetTargetProperty : System.Windows.DependencyObject * System.Windows.PropertyPath -> unit
Public Shared Sub SetTargetProperty (element As DependencyObject, path As PropertyPath)
参数
- element
- DependencyObject
要与指定的依赖属性关联的 Timeline。
- path
- PropertyPath
描述要进行动画处理的依赖属性的路径。
注解
此方法设置指定 TargetProperty 对象上的附加属性。 有关情节提要目标工作原理的详细信息,请参阅 TargetProperty。 有关附加属性工作原理的详细信息,请参阅 附加属性概述。