If you have gathered the elements in a cluster and that's OK then controlling all properties of each element with a simple code should be possible. Could you upload the test you did when you found out it would not?
If you need to access a property that is not available when using a generic reference you can use the "To more specific class" function.
I have attached a small example that will change color and blinking of two controls based on their names. If you change the color or the name of the control you want to color...the code finds the specified control and sets the color, the same goes for the blinking. For the color a to more specific class function is used.
If you know the indexes and have hundreds of control you need to set
the logic becomes slightly different, but it's still no big problem to solve it.