RectangleF.Top

RectangleF.Top property

Gets or sets the y-coordinate of the top edge of this RectangleF structure.

public float Top { get; set; }

Return Value

The y-coordinate of the top edge of this RectangleF structure.

See Also