首页 > TAG信息列表 > ContentProperty

【WPF】内容属性-ContentProperty

对于 WPF,可以为类型指定 ContentPropertyAttribute 特性 语法 [ContentProperty(Name = "Content")] public class Button { public object Content { get; set; } } 这段代码表示,在 Xaml 中使用这个类型的时候,以 Content 属性为 Xaml 内容属性,就会造成你描述的效果。而内容