Bottom

Shape.Bottom property

Repräsentiert die Breite des vertikalen Versatzes der Form von ihrer unteren unteren Eckreihe in Pixeln.

public int Bottom { get; set; }

Beispiele


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

Siehe auch