TextBlock.Inlines Propriedade

Definição

Obtém a coleção de elementos de texto embutidos em um 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>

Valor da propriedade

Uma coleção que contém todos os elementos de texto embutidos do TextBlock. O padrão é uma coleção vazia.

Aplica-se a