TextBlock.Inlines Propriété

Définition

Obtient la collection d’éléments de texte inline dans un TextBlock.

public:
 property InlineCollection ^ Inlines { InlineCollection ^ get(); };
InlineCollection Inlines();
public InlineCollection Inlines { get; }
var inlineCollection = textBlock.inlines;
Public ReadOnly Property Inlines As InlineCollection
<TextBlock
  oneOrMoreInlineElements
</TextBlock>

Valeur de propriété

Collection qui contient tous les éléments de texte inline du TextBlock. La valeur par défaut est une collection vide.

S’applique à