Storyboard.GetTargetProperty(Timeline) Método

Definición

Obtiene el valor de la propiedad adjunta XAML Storyboard.TargetProperty de un elemento de destino.

public:
 static Platform::String ^ GetTargetProperty(Timeline ^ element);
 static winrt::hstring GetTargetProperty(Timeline const& element);
public static string GetTargetProperty(Timeline element);
function getTargetProperty(element)
Public Shared Function GetTargetProperty (element As Timeline) As String

Parámetros

element
Timeline

Elemento de destino del que se va a obtener el valor.

Devoluciones

String

Platform::String

winrt::hstring

El valor Storyboard.TargetProperty del elemento de destino.

Se aplica a