In my class I have an IconElement property defined. When I want to select its value in design time in the property editor, the editor is different than property editor used for system controls like AppBarButton. AppBarButton.Icon property editor allows to switch between different types of glyphs (SymbolIcon, FontIcon, PathIcon, ...).
Is there an attribute I can decorate my property with to use this editor?