Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Storyboard.GetTargetProperty(Timeline) Method
Definition
- Namespace:
- Windows.UI.Xaml.Media.Animation
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.
Applies to
Feedback
Was this page helpful?
