line_angle property

line_angle property

Gets or sets the line angle.

Definition:

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

See Also