22 lines
419 B
Markdown
22 lines
419 B
Markdown
# LegendAlignment
|
||
|
||
Sets the text alignment for the legend.
|
||
|
||
```
|
||
void LegendAlignment(
|
||
const ENUM_ALIGNMENT value, // flag
|
||
)
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
value
|
||
|
||
[in] Takes one of the values of the ENUM_ALIGNMENT enumeration:
|
||
|
||
- ALIGNMENT_LEFT — alignment to the left.
|
||
- ALIGNMENT_TOP — alignment to the top.
|
||
- ALIGNMENT_RIGHT — alignment to the right.
|
||
- ALIGNMENT_BOTTOM — alignment to the bottom.
|