shape_formatting_controller property

shape_formatting_controller property

Returns and sets a callback interface which allows user to control shape conversion. Read/write ISvgShapeFormattingController.

Definition:

@property
def shape_formatting_controller(self):
    ...

@shape_formatting_controller.setter
def shape_formatting_controller(self, value):
    ...

See Also