enum

UIng::ImageView::ContentMode

Inherits Enum < Comparable < Value < Object

Constants

Center = 0
Fit = 1

Instance methods

center?

Returns true if this enum value equals Center

Source
fit?

Returns true if this enum value equals Fit

Source