top_inch property
top_inch property
Represents the vertical offset of shape from its top row, in unit of inches.
Example
if shape.top_inch == 3:
    shape.top_inch = 1.0
Definition:
@property
def top_inch(self):
    ...
@top_inch.setter
def top_inch(self, value):
    ...
See Also
- module 
aspose.cells.drawing - class 
Picture