set_VerticalMirrored Method
In This Topic
Sets a value indicating whether the annotation is mirrored vertically.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebStickyNoteAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_VerticalMirrored(value);
function set_VerticalMirrored(
: boolean
) : any;
Parameters
- value
- True - annotation is mirrored vertically; False - annotation is not mirrored vertically. Default value is False.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also