Click or drag to resize

WpfAnnotationCanvasDefaultSecurity Property

Gets or sets the default security for newly created annotations.

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 IAnnotationLock DefaultSecurity { get; set; }

Property Value

Type: IAnnotationLock
The default security for new annotations.
Remarks
The security will only be set if the new annotation does not already have its Security property set.
See Also