Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2310-standardlibrary-chart-object-classes-obj-controls-cchartobjectedit-cchartobjectedittextalign.md
T
2026-06-23 21:47:51 +08:00

36 lines
697 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# TextAlign (Get method)
Gets the value of "TextAlign" property ([text alignment mode)](/en/docs/constants/objectconstants/enum_object_property#enum_align_mode).
```
ENUM_ALIGN_MODE  TextAlign() const
```
Return Value
Value of "TextAlign" property of the object assigned to the class instance.
#
# TextAlign (Set method)
Sets the value of "TextAlign" property ([text aligment mode)](/en/docs/constants/objectconstants/enum_object_property#enum_align_mode).
```
bool  TextAlign(
   ENUM_ALIGN_MODE  align      // property value
   )
```
Parameters
align
[in]  New value of "TextAlign" property.
Return Value
true - success, false - cannot change the property.