AnnotationDataCanMirror Property |
Gets or sets a value indicating if the annotation can mirror.
Gets or sets a value indicating if the annotation can mirror from user interaction.
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 CanMirror { get; set; }
Public Property CanMirror As Boolean
Get
Set
Property Value
Type:
BooleanIndicates if the annotation can mirror.
Property Value
Type:
Boolean Indicates if the annotation can mirror.
Remarks A mirror happens when one side of an annotation is dragged past the opposite side. This will perform a horizontal or vertical flip on the annotation.
Remarks A mirror happens when one side of an annotation is dragged past the opposite side. This will perform a
horizontal or vertical flip on the annotation.
See Also