var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS(); var returnValue; // Type: any // Parameters var value; // Type: string returnValue = instance.set_TextAlign(value);
function set_TextAlign(
valueThe WebTextAlignEnumJS of text in the annotation. Default value is "TopLeft".: string
) : any;
Parameters
- value
- The WebTextAlignEnumJS of text in the annotation. Default value is "TopLeft".