AnnotationDataIsMirroredHorizontally Property |
Gets a value indicating whether the annotation is mirrored horizontally.
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 IsMirroredHorizontally { get; }
Public ReadOnly Property IsMirroredHorizontally As Boolean
Get
Property Value
Type:
Boolean A value indicating whether the annotation is mirrored horizontally.
Remarks Horizontal mirroring occurs when resizing the annotation and dragging a grip past its opposite grip. This
can also happen when the
Mirror(MirrorDirection, Boolean) method is called.
See Also