←Select platform

TargetObject Property

Summary
Gets or sets the target object for this designer.
Syntax
C#
VB
Objective-C
C++
Java
public AnnObject TargetObject { get; set; } 
Public Property TargetObject As AnnObject 
@property (nonatomic, strong, nullable) LTAnnObject *targetObject 
public AnnObject getTargetObject() 
public void setTargetObject(AnnObject object) 
public:  
   property AnnObject^ TargetObject 
   { 
      AnnObject^ get() 
      void set(AnnObject^ value) 
   } 

Property Value

The target object for this designer.

Remarks

This is the object being drawn, edited or run.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.