(Leadtools.Controls)

TargetElement Property

Show in webframe





Gets or sets the target canvas.
Syntax
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');

Property Value

The target canvas.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

InteractiveService Class
InteractiveService Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.