Storyboard.GetTargetName(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.TargetName XAML attached property from a target element.
public:
static Platform::String ^ GetTargetName(Timeline ^ element);
static winrt::hstring GetTargetName(Timeline const& element);
public static string GetTargetName(Timeline element);
function getTargetName(element)
Public Shared Function GetTargetName (element As Timeline) As String
Parameters
- element
- Timeline
The target element from which to get the value.
Returns
The Storyboard.TargetName value of the target element.