scale_horizontal property

scale_horizontal property

Specifies the horizontal scaling factor, negative scaling causes a flip. (percents) Read/write float.

Definition:

@property
def scale_horizontal(self):
    ...

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

See Also