y property

y property

Gets y coordinate for this position coordinate. Unit EMUs.

Remarks

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

Definition:

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

See Also