WpfAnnotationCanvasCurrentLayer Property |
Gets or sets the current active layer.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public WpfLayerAnnotation CurrentLayer { get; set; }
Public Property CurrentLayer As WpfLayerAnnotation
Get
Set
Property Value
Type:
WpfLayerAnnotationThe current active layer.
Remarks When an annotation is created, it will automatically be placed into the current layer.
See Also