Height

Shape.Height property

Repräsentiert die Höhe der Form in Pixeleinheiten.

public int Height { get; set; }

Beispiele


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

Siehe auch