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