共用方式為


RadioButtons.HeaderTemplate 屬性

定義

取得或設定用來顯示控件標頭內容的數據範本。

DataTemplate HeaderTemplate();

void HeaderTemplate(DataTemplate value);
public DataTemplate HeaderTemplate { get; set; }
var dataTemplate = radioButtons.headerTemplate;
radioButtons.headerTemplate = dataTemplate;
Public Property HeaderTemplate As DataTemplate

屬性值

指定標頭對象的視覺效果的範本。 預設值為 null

備註

您可以使用 屬性來設定標頭 HeaderTemplate 的數據範本。

HeaderTemplate如果已設定屬性,則會用於標頭,並忽略 Header 屬性。

適用於

另請參閱