skew_horizontal property

skew_horizontal property

Horizontal skew angle, in degrees. Default value – 0 °. Read/write float.

Definition:

@property
def skew_horizontal(self):
    ...

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

See Also