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