get-alignment in style<%>
get-alignment
style<%>
Returns the style's alignment: 'top, 'center, or 'bottom.
'top
'center
'bottom
(send a-style get-alignment) -> symbol in '(top center bottom)
(send a-style get-alignment)
send
a-style
'(top center bottom)