共用方式為


AnnotatedScrollBar.DetailLabelTemplate 屬性

定義

取得或設定 IElementFactory (,例如 DataTemplate 用來在標註滾動條中顯示詳細數據標籤的) 。

public:
 property IElementFactory ^ DetailLabelTemplate { IElementFactory ^ get(); void set(IElementFactory ^ value); };
IElementFactory DetailLabelTemplate();

void DetailLabelTemplate(IElementFactory value);
public IElementFactory DetailLabelTemplate { get; set; }
var iElementFactory = annotatedScrollBar.detailLabelTemplate;
annotatedScrollBar.detailLabelTemplate = iElementFactory;
Public Property DetailLabelTemplate As IElementFactory

屬性值

IElementFactory (,例如DataTemplate用來在標註滾動條中顯示詳細數據標籤的) 。 預設值為 null

備註

批註式滾動條中的詳細數據標籤是用戶互動時的工具提示中顯示的標籤。

適用於