I don't know if there exists an @annotation to remove default properties (e.g. like 'Text Properties' or 'Font') as they are not applicable for the custom component I'm building.
I see there is a @DontInheritEvents so I was wonderning why not a @DontInheritProperties
The custom view properties are made of three parts:
- Panel properties - set to the Base panel.
- Label properties - set to the lbl Label.
- Custom properties.
Currently it is not possible to remove the panel or label properties.