DescriptionViewer.GlyphTemplate Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets the template that is used to display the description viewer glyph.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.Data.Input (in System.Windows.Controls.Data.Input.dll)
Syntax
'Declaration
Public Property GlyphTemplate As ControlTemplate
public ControlTemplate GlyphTemplate { get; set; }
<sdk:DescriptionViewer>
<sdk:DescriptionViewer.GlyphTemplate>
dataTemplate
</sdk:DescriptionViewer.GlyphTemplate>
</sdk:DescriptionViewer>
<sdk:DescriptionViewer GlyphTemplate="templateReference"/>
XAML Values
dataTemplate
A DataTemplate object element that defines the display for this description viewer. For more information, see DescriptionViewer Styles and Templates.templateReference
A StaticResource reference to an existing DataTemplate definition.
Property Value
Type: System.Windows.Controls.ControlTemplate
The template that is used to display the description viewer glyph.
Remarks
Dependency property identifier field: GlyphTemplateProperty
The following illustration shows the default glyph.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.