Storyboard.SetTarget(Timeline, DependencyObject) 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.
public:
static void SetTarget(Timeline ^ timeline, DependencyObject ^ target);
static void SetTarget(Timeline const& timeline, DependencyObject const& target);
public static void SetTarget(Timeline timeline, DependencyObject target);
function setTarget(timeline, target)
Public Shared Sub SetTarget (timeline As Timeline, target As DependencyObject)
Parameters
- timeline
- Timeline
The timeline that targets the specified dependency object.
- target
- DependencyObject
The actual instance of the object to target.