Default inspector style changes

alt text

So I’m creating a custom inspector for Item, as you can see, but I’d like it to keep the same sort of style as the standard inspector, as exemplified above, so without the boxes around the fields essentially. Is there a style or layout option I can pass to the field constructors, perhaps?

Use EditorGUIUtility.LookLikeInspector().

The opposite is EditorGUIUtility.LookLikeControls().