width_inch propriété
width_inch propriété
Représente la largeur de la forme, en unité de pouce.
Exemple
if shape.width_inch == 3:
shape.width_inch = 1.0
Définition:
@property
def width_inch(self):
...
@width_inch.setter
def width_inch(self, value):
...
Voir également
- module
aspose.cells.drawing
- classe
ChartShape