Height

Shape.Height property

Rappresenta l’altezza della forma, in unità di pixel.

public int Height { get; set; }

Esempi


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

Guarda anche