enum UIng::At

Defined in:

uing/grid/at.cr

Enum Members

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

Instance Method Summary

Instance Method Detail

def bottom? #

Returns true if this enum value equals Bottom


[View source]
def leading? #

Returns true if this enum value equals Leading


[View source]
def top? #

Returns true if this enum value equals Top


[View source]
def trailing? #

Returns true if this enum value equals Trailing


[View source]