enum

CSS::Enums::RadialGradientPosition

Inherits Enum < Comparable < Value < Object

Constants

Center = 0
Top = 1
Bottom = 2
Left = 3
Right = 4

Instance methods

bottom?

Returns true if this enum value equals Bottom

Source
center?

Returns true if this enum value equals Center

Source
left?

Returns true if this enum value equals Left

Source
right?

Returns true if this enum value equals Right

Source
to_css_value
Source
top?

Returns true if this enum value equals Top

Source