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