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

注解

带批注的滚动条中的详细信息标签是在用户交互时显示在工具提示中的标签。

适用于