Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为我的 Web 部件添加自定义属性。如何在现有类别(外观)中添加此属性。我尝试设置属性 [Category("Appearance")] 但在这种情况下,我的属性属于“杂项”类别。
这是不可能的,您必须将其添加到您自己的类别中,而不是添加到内置类别之一中。