element_color property

element_color property

Gets or sets the color of the element.

Definition:

@property
def element_color(self):
    ...
@element_color.setter
def element_color(self, value):
    ...

See Also