Top Property (ImGearRect)
Gets or sets the y-coordinate of the upper-left corner of the rectangle.
public: __property IntPtr get_Top();
public: __property void set_Top(
IntPtr value
);
'Declaration
Public Property Top As IntPtr
'Usage
Dim instance As ImGearRect
Dim value As IntPtr
instance.Top = value
value = instance.Top
Property Value
Any integer value.