←Select platform

Parent Property

Summary

Gets or sets the owner annotation object.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnObject Parent { get; set; } 
Public Property Parent As Leadtools.Annotations.Core.AnnObject 
public Leadtools.Annotations.Core.AnnObject Parent {get; set;} 
@property (nonatomic) LTAnnObject* parent; 
public AnnObject getParent() 
public void setParent(AnnObject obj) 
             
  
get_Parent(); 
set_Parent(value); 
Object.defineProperty('Parent');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly