ContentControl.Title 属性

定义

获取或设置 ContentControl 的标题。

public string Title { get; set; }

属性值

String

ContentControl 的标题。

注解

当用户单击标题时,标题将显示在的边框中 ContentControl

适用于