auto_transform_method property

auto_transform_method property

Gets or sets the automatic transform method.

Definition:

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

See Also