HAligns
FormatProperties
.
HAlignment
Horizontal cell and canvas alignment options.
This setting overrides the any HAlign setting from the parent object
None
Left
Center
Right
Example
=
Canvas
(2", 50, 1) {
var
shape
=
Canvas
(
null
,
null
, 0.25);
shape
{
"Left"
;
HAlignment
:
HAligns
.
Left
};
shape
{
"Center"
;
HAlignment
:
HAligns
.
Center
};
shape
{
"Right"
;
HAlignment
:
HAligns
.
Right
};
};
Left
Center
Right