enum UIng::ImageView::ContentMode

Defined in:

uing/image_view.cr

Enum Members

Center = 0
Fit = 1

Instance Method Summary

Instance Method Detail

def center? #

Returns true if this enum value equals Center


[View source]
def fit? #

Returns true if this enum value equals Fit


[View source]