enum

UIng::Grid::At

Inherits Enum < Comparable < Value < Object

Constants

Leading = 0
Top = 1
Trailing = 2
Bottom = 3

Instance methods

bottom?

Returns true if this enum value equals Bottom

Source
leading?

Returns true if this enum value equals Leading

Source
top?

Returns true if this enum value equals Top

Source
trailing?

Returns true if this enum value equals Trailing

Source