Storyboard.SetTargetProperty(DependencyObject, PropertyPath) 方法

定义

使指定的 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。 有关附加属性工作原理的详细信息,请参阅 附加属性概述

适用于

另请参阅