public FrameworkElement TargetElement {get; set;}
Public Property TargetElement As FrameworkElement
public FrameworkElement TargetElement {get; set;}
@property (nonatomic,retain) LTView * target;
public View getTargetView() public void setTargetView(View view)
get_TargetElement();
set_TargetElement(value);
Object.defineProperty('TargetElement');
This is the same value set in the targetElement parameter to the InteractiveService Constructor(FrameworkElement,FrameworkElement) constructor. This element is the target that will be used to check if the event is triggered on its surface and all coordinates will be translated based on its position.
This is required and must be a valid canvas.