Click or drag to resize

AnnotationDataCanMove Property

Gets or sets a value indicating if the annotation can be moved.
Gets or sets a value indicating if the annotation can be moved by the user.

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

Property Value

Type: Boolean
Indicates if the annotation can be moved.

Property Value

Type: Boolean
Indicates if the annotation can be moved.
Remarks
This will only prevent the annotation from being moved by the end-user. The annotation can still be programmatically moved.
Remarks
This will only prevent the annotation from being moved by the end-user. The annotation can still be programmatically moved.
See Also