textAlign Property

Summary

Defines the horizontal alignment of the text in regards to the TextArea.displayRectangle.

Syntax

TypeScript
JavaScript
Object.defineProperty(TextArea.prototype, 'textAlign', 
   get: function(), 
   set: function(value) 
) 
   textAlign: string; 

Property Value

A string. The default value is "left".

Remarks

Text can be aligned to the "left", "center" or "right".

Requirements

Target Platforms

See Also

TextArea

TextArea Members

Leadtools.Controls.Medical Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.