MetadataControl Class

Definition

Display MetadataItems separated by bullets.

[Windows.UI.Xaml.TemplatePart(Name="TextContainer", Type=typeof(Windows.UI.Xaml.Controls.TextBlock))]
public sealed class MetadataControl : Windows.UI.Xaml.Controls.Control
[<Windows.UI.Xaml.TemplatePart(Name="TextContainer", Type=typeof(Windows.UI.Xaml.Controls.TextBlock))>]
type MetadataControl = class
    inherit Control
Public NotInheritable Class MetadataControl
Inherits Control
Inheritance
Windows.UI.Xaml.Controls.Control
MetadataControl
Attributes
Windows.UI.Xaml.TemplatePartAttribute

Constructors

MetadataControl()

Initializes a new instance of the MetadataControl class.

Fields

AccessibleSeparatorProperty

The DP to store the AccessibleSeparator property value.

ItemsProperty

The DP to store the Items property value.

SeparatorProperty

The DP to store the Separator property value.

TextBlockStyleProperty

The DP to store the TextBlockStyle value.

Properties

AccessibleSeparator

Gets or sets the separator that will be used to generate the accessible string representing the control content.

Items

Gets or sets the MetadataItem to display in the control. If it implements INotifyCollectionChanged, the control will automatically update itself.

Separator

Gets or sets the separator to display between the MetadataItem.

TextBlockStyle

Gets or sets the Windows.UI.Xaml.Style to use on the inner Windows.UI.Xaml.Controls.TextBlock control.

Applies to