Storyboard.SetTargetProperty(DependencyObject, PropertyPath) Méthode

Définition

Fait de la cible Timeline spécifiée la propriété de dépendance spécifiée.

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)

Paramètres

element
DependencyObject

Timeline auquel associer la propriété de dépendance spécifié.

path
PropertyPath

Chemin qui décrit la propriété de dépendance à animer.

Remarques

Cette méthode définit la TargetProperty propriété jointe sur l’objet spécifié. Pour plus d’informations sur le fonctionnement du ciblage de storyboard, consultez TargetProperty. Pour plus d’informations sur le fonctionnement des propriétés jointes, consultez Vue d’ensemble des propriétés jointes.

S’applique à

Voir aussi