Click or drag to resize

AnnotationDataCanRotate Property

Gets or sets a value indicating if the annotation can be rotated.
Gets or sets a value indicating if the annotation can be rotated 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 CanRotate { get; set; }

Property Value

Type: Boolean
Indicates if the annotation can be rotated.

Property Value

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