Storyboard.SetTargetProperty(DependencyObject, PropertyPath) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.