LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Container Property (AnnGroupObject)






Gets or sets the AnnContainer object that contains this AnnGroupObject object.
Syntax
public override AnnContainer Container {get; set;}
'Declaration
 
Public Overrides Property Container As AnnContainer
'Usage
 
Dim instance As AnnGroupObject
Dim value As AnnContainer
 
instance.Container = value
 
value = instance.Container
public override AnnContainer Container {get; set;}
 get_Container();
set_Container(value);
public:
property AnnContainer^ Container {
   AnnContainer^ get() override;
   void set (    AnnContainer^ value) override;
}

Property Value

The AnnContainer object that contains this AnnGroupObject object.
Remarks
The AnnGroupObject object will set the container for all objects in the group. For more information, refer to Container.

For more information about grouping and ungrouping, refer to Grouping and Ungrouping Annotation Objects.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.