TextBlock.Inlines Propiedad

Definición

Obtiene la colección de elementos de texto insertados dentro de 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>

Valor de propiedad

Colección que contiene todos los elementos de texto insertados del TextBlock. El valor predeterminado es una colección vacía.

Se aplica a