enum

UIng::Align

Inherits Enum < Comparable < Value < Object

Constants

Fill = 0
Start = 1
Center = 2
End = 3

Instance methods

center?

Returns true if this enum value equals Center

Source
end?

Returns true if this enum value equals End

Source
fill?

Returns true if this enum value equals Fill

Source
start?

Returns true if this enum value equals Start

Source