graphic_data property

graphic_data property

Gets and sets the graphic data.

Definition:

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

See Also