←Select platform

TargetObject Property

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

Property Value

The target object for this designer.

Remarks

This is the object being drawn, edited or run.

Requirements

Target Platforms

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

Leadtools.Annotations.Designers Assembly

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