AnnotatedScrollBar.DetailLabelTemplate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an IElementFactory
(such as a DataTemplate
) used to display detail labels in an annotated scrollbar.
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
Property Value
An IElementFactory
(such as a DataTemplate
) used to display detail labels in an annotated scrollbar. The default is null
.
Remarks
Detail labels in an annotated scrollbar are labels shown in tooltips upon user interaction.