Click or drag to resize

AnnotationControllerLayers Property

Gets or sets the LayerCollection used by the AnnotationController.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public LayerCollection Layers { get; set; }

Property Value

Type: LayerCollection
The LayerCollection used for this controller.
Remarks
Each AnnotationController must have its own LayerCollection. Setting the Layers property of more than one AnnotationController to the same LayerCollection will have unforeseen consequences.
See Also