WPF - UserControl default Content attribute
问题 I'm creating a UserControl and I just can't remember the name of the attribute which you use to decorate the property which you want to act as the default content property. To give a concrete example, say i have a property called 'Title' which i can set using property syntax like this - <local:myControl Title="the title"/> But the consumer of the control may want to use element syntax like this - <local:myControl> the Title </local:myControl> I KNOW there is an attribute which I need to add