Top

Rectangle.Top property

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

public int Top { get; set; }

Property Value

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

See Also