AnnotationControllerLayers Property |
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; }
Public Property Layers As LayerCollection
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