Storyboard.SetTargetProperty(DependencyObject, PropertyPath) Metodo

Definizione

Associa la proprietà di dipendenza specificata come destinazione per l'oggetto Timeline specificato.

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)

Parametri

element
DependencyObject

Oggetto Timeline con cui associare la proprietà di dipendenza specificata.

path
PropertyPath

Percorso che descrive la proprietà di dipendenza da animare.

Commenti

Questo metodo imposta la TargetProperty proprietà associata nell'oggetto specificato. Per altre informazioni sul funzionamento della destinazione dello storyboard, vedere TargetProperty. Per altre informazioni sul funzionamento delle proprietà associate, vedere Panoramica delle proprietà associate.

Si applica a

Vedi anche