ImageGear .NET v25.1 - Updated
Top Property (ImGearRect)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearRect Structure : Top Property
Gets or sets the y-coordinate of the upper-left corner of the rectangle.
Syntax
'Declaration
 
Public Property Top As IntPtr
'Usage
 
Dim instance As ImGearRect
Dim value As IntPtr
 
instance.Top = value
 
value = instance.Top
public IntPtr Top {get; set;}
public: __property IntPtr get_Top();
public: __property void set_Top( 
   IntPtr value
);
public:
property IntPtr Top {
   IntPtr get();
   void set (    IntPtr value);
}

Property Value

Any integer value.
See Also

Reference

ImGearRect Structure
ImGearRect Members