LEADTOOLS Annotations (Leadtools.Annotations assembly)

Container Property (AnnDesigner)

Show in webframe





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 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

See Also

Reference

AnnDesigner Class
AnnDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.