module Rocx
  module Properties
    class AutoAdjustRightIndent < BooleanProperty

      def name
        "auto_adjust_right_ind"
      end

      def tag
        :adjustRightInd
      end

    end
  end
end