Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnContainer Class : ActiveLayer Property |
public AnnLayer ActiveLayer {get; set;}
'Declaration
Public Property ActiveLayer As AnnLayer
public AnnLayer ActiveLayer {get; set;}
@property (nonatomic) LTAnnLayer* activeLayer;
public AnnLayer getActiveLayer(); public void setActiveLayer(AnnLayer layer)
get_ActiveLayer();
set_ActiveLayer(value);
Object.defineProperty('ActiveLayer');
Any container can be designated as the active object in the container using ActiveLayer. The active container is null by default, denoting the default layer in the container. Any new objects drawn on the container using automation are added to the active container.
For an example, refer to the AnnotationsLayerDemo in your LEADTOOLS setup.