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; }
Public Property DefaultSecurity As IAnnotationLock
Get
Set
Property Value
Type:
IAnnotationLockThe 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