Rectangle.Left

Rectangle.Left property

Gets or sets the x-coordinate of the left edge of this Rectangle structure.

public int Left { get; set; }

Property Value

The x-coordinate of the left edge of this Rectangle structure.

See Also