Width
Shape.Width property
Repräsentiert die Breite der Form in Pixeln.
public int Width { get; set; }
Beispiele
[C#]
if (shape.Width == 3)
shape.Width = 1;
Siehe auch
- class Shape
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells
Repräsentiert die Breite der Form in Pixeln.
public int Width { get; set; }
[C#]
if (shape.Width == 3)
shape.Width = 1;