Height

Shape.Height property

Representa la altura de la forma, en unidades de píxel.

public int Height { get; set; }

Ejemplos


[C#]
if (shape.Height == 3)
    shape.Height = 1;

Ver también