position property

position property

Returns or sets position of the drawing guide in points from the top, left corner of the slide. Read/write float.

Remarks

The typical value range is from zero to slide height for a horizontal guide and from zero to slide width for a vertical guide.

Definition:

@property
def position(self):
    ...

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

See Also