y property

y property

Gets or sets the y-coordinate of the shape’s upper-left corner, measured in points. Read/write float.

Remarks

The value returned is always defined and never float. The value assigned must also be defined; assign float only to properties of a RawFrame instance.

Definition:

@property
def y(self):
    ...

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

See Also