Gets or sets the target canvas.
public FrameworkElement TargetElement {get; set;}
Public Property TargetElement As FrameworkElement
public FrameworkElement TargetElement {get; set;}
iOS:
@property (nonatomic, strong) UIView *target
macOS:
@property (nonatomic, strong) NSView *target
public View getTargetView()
public void setTargetView(View view)
get_TargetElement();
set_TargetElement(value);
Object.defineProperty('TargetElement');
The target canvas.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET