set_ResizePointTemplateTextBox Method
In This Topic
Sets the template for the resize points of text box.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebResizeInteractionPointJS
returnValue = instance.set_ResizePointTemplateTextBox(value);
function set_ResizePointTemplateTextBox(
: WebResizeInteractionPointJS
) : any;
Parameters
- value
- WebResizeInteractionPointJS object.
Browser Compatibility
See Also