←Select platform

Parent Property

Summary
Gets or sets the owner annotation object.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnObject Parent { get; set; } 
@property (nonatomic, strong) LTAnnObject *parent; 
public AnnObject getParent() 
public void setParent(AnnObject obj) 
public:  
   property AnnObject^ Parent 
   { 
      AnnObject^ get() 
      void set(AnnObject^ value) 
   } 
Parent # get and set (AnnLabel) 

Property Value

The owner annotation object. Default value is null.

Requirements

Target Platforms

See Also

Reference

AnnLabel Class

AnnLabel Members

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

Leadtools.Annotations.Engine Assembly

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