y property
y property
Gets y coordinate for this position coordinate.
Definition:
@property
def y(self):
...
@y.setter
def y(self, value):
...
See Also
- module
aspose.cells.drawing
- class
ShapePathPoint
Gets y coordinate for this position coordinate.
@property
def y(self):
...
@y.setter
def y(self, value):
...
aspose.cells.drawing
ShapePathPoint