Shape.HeightScale
Shape.HeightScale property
Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;
public int HeightScale { get; set; }
Examples
[C#]
if (shape.HeightScale == 3)
shape.HeightScale = 1;
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells