[2006/12]-[3] ContentPropertyAttribute 가 뭐에요?
ContentPropertyAttribute is an attribute that a class author places on the class to specify the property that is the ContentProperty. As an example, here's part of the declaration of the Style class: [ContentPropertyAttribute("Setters")] public class Style : DispatcherObject, INameScope, IAddChild When a property is the ContentProperty for a class, it becomes the property that takes the content ..