upper_delta_x property
upper_delta_x property
Gets or sets the shape’s horizontal offset from its upper left corner column.
Remarks
The range of value is 0 to 1024.
Example
if shape.upper_delta_x == 3:
shape.upper_delta_x = 1
Definition:
@property
def upper_delta_x(self):
...
@upper_delta_x.setter
def upper_delta_x(self, value):
...
See Also
- module
aspose.cells.drawing
- class
SmartArtShape