skew_horizontal property

skew_horizontal property

Specifies the horizontal skew angle. Read/write float.

Definition:

@property
def skew_horizontal(self):
    ...

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

See Also