Shape.Bottom

Shape.Bottom property

Represents the width of the shape’s vertical offset from its lower bottom corner row, in unit of pixels.

public int Bottom { get; set; }

Examples


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

See Also