←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly