Height
Shape.Height property
Представляет высоту фигуры в пикселях.
public int Height { get; set; }
Примеры
[C#]
if (shape.Height == 3)
shape.Height = 1;
Смотрите также
- class Shape
- пространство имен Aspose.Cells.Drawing
- сборка Aspose.Cells
Представляет высоту фигуры в пикселях.
public int Height { get; set; }
[C#]
if (shape.Height == 3)
shape.Height = 1;