Storyboard.GetTargetProperty(Timeline) Method

Definition

Gets the value of the Storyboard.TargetProperty XAML attached property from a target element.

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

Parameters

element
Timeline

The target element from which to get the value.

Returns

String

Platform::String

winrt::hstring

The Storyboard.TargetProperty value of the target element.

Applies to