'Declaration ReadOnly Property DeviceRect As IImGearRectangle
'Usage Dim instance As IImGearLayout Dim value As IImGearRectangle value = instance.DeviceRect
IImGearRectangle DeviceRect {get;}
__property IImGearRectangle* get_DeviceRect();
property IImGearRectangle^ DeviceRect { IImGearRectangle^ get(); }