Width
Shape.Width property
Representerar formens bredd, i pixelenhet.
public int Width { get; set; }
Exempel
[C#]
if (shape.Width == 3)
shape.Width = 1;
Se även
- class Shape
- namnutrymme Aspose.Cells.Drawing
- hopsättning Aspose.Cells
Representerar formens bredd, i pixelenhet.
public int Width { get; set; }
[C#]
if (shape.Width == 3)
shape.Width = 1;