x property

x property

Gets or sets the x-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 x(self):
    ...

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

See Also