height_scale proprietà
height_scale proprietà
Ottiene e imposta la scala dell’altezza, in unità percentuali dell’altezza dell’immagine originale. Se la forma non è un’immagine, la proprietà HeightScale restituisce solo 100;
Esempio
if shape.height_scale == 3:
shape.height_scale = 1
Definizione:
@property
def height_scale(self):
...
@height_scale.setter
def height_scale(self, value):
...
Guarda anche
- modulo
aspose.cells.drawing
- classe
SmartArtShape