Storyboard.GetTargetProperty(Timeline) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The Storyboard.TargetProperty value of the target element.