orientation property

orientation property

Returns or sets orientation of the drawing guide. Read/write Orientation.

Definition:

@property
def orientation(self):
    ...

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

See Also