Rectangle::Top Property

 

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

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
[BrowsableAttribute(false)]
property int Top {
	int get();
}

Property Value

Type: System::Int32

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

.NET Framework
Available since 1.1
Return to top
Show: