Shape.Left

Shape.Left property

Represents the horizontal offset of shape from its left column, in unit of pixels.

public int Left { get; set; }

Examples


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

See Also