Navigation
Name
Rascal
/
Libraries
/
Vis
/
Figure
/
Properties
/
center
Synopsis
Centered alignment.
Function
FProperty center()
Description
center
defines
horizontal and vertical centered alignment
. It sets the horizontal and vertical alignment to 0.5.
Note that:
center()
is equivalent to
anchor(0.5, 0.5)
.
Also see
align
and
CompositionModel
.
[
Edit
] | [
New Subconcept
] | [
Recompile Course
] | [
Warnings
]
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit
ask.rascal-mpl.org
.