Next:
get-background
Up:
style<>
Previous:
style<>
get-alignment
Returns the style's alignment:
'top
,
'center
, or
'bottom
.
(send
a-style
get-alignment)
->
symbol in
'(
top
center
bottom)
PLT