control_data property

control_data property

Gets the data of control.

Example


if shape.control_data == None:
    print("No data.")

Definition:

@property
def control_data(self):
    ...

See Also