Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2329-standardlibrary-chart-object-classes-obj-controls-cchartobjectsubchart-cchartobjectsubchartcorner.md
T

34 lines
539 B
Markdown
Raw Normal View History

2026-06-23 21:47:51 +08:00
# Corner (Get Method)
Gets the value of "Corner" property.
```
ENUM_BASE_CORNER Corner() const
```
Return Value
Value of "Corner" property of the object assigned to the class instance. If there is no object assigned, it returns WRONG_VALUE.
# Corner (Set Method)
Sets new value for "Corner" property.
```
bool  Corner(
   ENUM_BASE_CORNER  corner      // property value
   )
```
Parameters
corner
[in]  New value for "Corner" property.
Return Value
true - successful, false - cannot change the property.