AnnotatedScrollBar.DetailLabelTemplate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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
。
備註
批註式滾動條中的詳細數據標籤是用戶互動時的工具提示中顯示的標籤。