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