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
。
注解
带批注的滚动条中的详细信息标签是在用户交互时显示在工具提示中的标签。