Bottom

Shape.Bottom property

Representerar bredden på formens vertikala förskjutning från dess nedre nedre hörnrad, i pixelenhet.

public int Bottom { get; set; }

Exempel


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

Se även