RectangleF.Left

RectangleF.Left property

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

public float Left { get; set; }

Return Value

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

See Also