Left Property (ImGearRect)
Gets or sets the x-coordinate of the upper-left corner of the rectangle.
public IntPtr Left {get; set;}
public: __property IntPtr get_Left();
public: __property void set_Left(
IntPtr value
);
'Declaration
Public Property Left As IntPtr
'Usage
Dim instance As ImGearRect
Dim value As IntPtr
instance.Left = value
value = instance.Left
Property Value
Any integer value.