Sha256: a69f3999a38df5e5648cb8927521ffdb599ee877f4f9e9c82649f6b52cb77fd5

Contents?: true

Size: 166 Bytes

Versions: 3

Compression:

Stored size: 166 Bytes

Contents

module Rocx
  module Properties
    class TextAlignment < ValueProperty

      def ok_values
        %i(auto baseline bottom center top)
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rocx-0.7.0 lib/rocx/properties/text_alignment.rb
rocx-0.6.0 lib/rocx/properties/text_alignment.rb
rocx-0.5.8 lib/rocx/properties/text_alignment.rb