x property

x property

Gets and sets x coordinate for this position coordinate. Unit EMUs.

Remarks

NOTE: This member is now obsolete. Instead, please use ShapePathPoint.XPixel and ShapePathPoint.XAngle properties. This property will be removed 12 months later since August 2025. Aspose apologizes for any inconvenience you may have experienced.

Definition:

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

See Also