get_VerticalMirrored Method
Gets a value indicating whether the annotation is mirrored vertically.
var instance = new Vintasoft.Imaging.Annotation.UI.WebStickyNoteAnnotationViewJS();
var value; // Type: boolean
value = instance.get_VerticalMirrored();
function get_VerticalMirrored() : boolean;
Return Value
True - annotation is mirrored vertically; False - annotation is not mirrored vertically. Default value is False.