Gets the alignment of text in the annotation.
var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();
var value; // Type: string
value = instance.get_TextAlign();
function get_TextAlign() : string;
Return Value
The
WebTextAlignEnumJS of text in the annotation. Default value is "TopLeft".