Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.29
|
Leadtools.Windows.Media.Transitions Namespace > TransitionBase Class : TargetObject Property |
public FrameworkElement TargetObject {get; set;}
'Declaration Public Property TargetObject As FrameworkElement
'Usage Dim instance As TransitionBase Dim value As FrameworkElement instance.TargetObject = value value = instance.TargetObject
public: property FrameworkElement^ TargetObject { FrameworkElement^ get(); void set ( FrameworkElement^ value); }