, :
<CustomObject>
Direct content example 1
</CustomObject>
<CustomObject>
<Button Content="Direct content example 2" />
</CustomObject>
ContentPropertyAttribute, WPF, xaml, .
:
[ContentProperty("NameOfProperty")]
public class CustomObject
{
[...]
ContentControl Content, , ; WPF TextBox, , Text.
.
[ContentProperty("Text")]
(. MSDN ).
, xaml, ContentControl , TextBox (TextBox ContentControl).