←Select platform

Parent Property

Summary
Gets or sets the owner annotation object.
Syntax
C#
VB
Objective-C
C++
Java
public AnnObject Parent { get; set; } 
Public Property Parent As AnnObject 
@property (nonatomic) LTAnnObject* parent; 
public AnnObject getParent() 
public void setParent(AnnObject obj) 
public:  
   property AnnObject^ Parent 
   { 
      AnnObject^ get() 
      void set(AnnObject^ value) 
   } 

Property Value

The owner annotation object. Default value is null.

Requirements

Target Platforms

See Also

Reference

AnnLabel Class

AnnLabel Members

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

Leadtools.Annotations.Engine Assembly

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