Lipgloss::Position
Inherits Enum < Comparable < Value < Object
Position for alignment
Constants
Left = 0
Center = 1
Right = 2
Top = 3
Bottom = 4
Instance methods
bottom?
Returns true if this enum value equals Bottom
center?
Returns true if this enum value equals Center
left?
Returns true if this enum value equals Left
right?
Returns true if this enum value equals Right
top?
Returns true if this enum value equals Top