←Select platform

Parent Property

Summary

Gets the parent of this layer.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnLayer Parent { get; } 
Public ReadOnly Property Parent As Leadtools.Annotations.Core.AnnLayer 
@property (nonatomic, readonly) LTAnnLayer* parent; 
public AnnLayer getParent() 
 get_Parent();  
public:  
   property AnnLayer^ Parent 
   { 
      AnnLayer^ get() 
   } 

Property Value

The parent of this layer in the parent/children hierarchy.

Example

For an example, refer to the AnnotationsLayerDemo in your LEADTOOLS setup.

Requirements

Target Platforms

See Also

Reference

AnnLayer Class

AnnLayer 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