AnnotatedScrollBar.LabelTemplate 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 labels in an annotated scrollbar.
public:
property IElementFactory ^ LabelTemplate { IElementFactory ^ get(); void set(IElementFactory ^ value); };
IElementFactory LabelTemplate();
void LabelTemplate(IElementFactory value);
public IElementFactory LabelTemplate { get; set; }
var iElementFactory = annotatedScrollBar.labelTemplate;
annotatedScrollBar.labelTemplate = iElementFactory;
Public Property LabelTemplate As IElementFactory
Property Value
An IElementFactory
(such as a DataTemplate
) used to display labels in an annotated scrollbar. The default is null
.