Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)