MirrorEventArgsMaintainPosition Property |
Gets a value indicating whether the annotation should maintain its visual position.
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 MaintainPosition { get; }
Public ReadOnly Property MaintainPosition As Boolean
Get
Property Value
Type:
Boolean A value indicating whether the visual position should be maintained.
Remarks When this property is true, the annotation's location will be changed to keep the
annotation visually in the same location. If false, the annotation is flipped along its axis.
See Also