Shape.Height
Shape.Height property
Represents the height of shape, in unit of pixel.
public int Height { get; set; }
Examples
[C#]
if (shape.Height == 3)
shape.Height = 1;
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells