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

Container Property (AnnDesigner)






Gets or sets the AnnContainer object for this AnnDesigner.
Syntax
public virtual AnnContainer Container {get; set;}
'Declaration
 
Public Overridable Property Container As AnnContainer
'Usage
 
Dim instance As AnnDesigner
Dim value As AnnContainer
 
instance.Container = value
 
value = instance.Container
public virtual AnnContainer Container {get; set;}
 get_Container();
set_Container(value);
public:
virtual property AnnContainer^ Container {
   AnnContainer^ get();
   void set (    AnnContainer^ value);
}

Property Value

The AnnContainer object for this AnnDesigner.
Example
For an example, refer to AnnDesigner.
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

AnnDesigner Class
AnnDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

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