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