A property like the following is always put in the Miscellaneous category:
[EditorBrowsable(EditorBrowsableState.Always)]
public String sFoo { get; set; }
How can a property be added to other categories such as Interactions, Layout. I am asking this out of curiosity. Miscellaneous is not a bad place, and it may be the most appropriate place in many cases.
Hong