TextBlock.Inlines Eigenschaft

Definition

Ruft die Auflistung von Inlinetextelementen in einem TextBlock ab.

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>

Eigenschaftswert

Eine Auflistung, die alle Inlinetextelemente aus dem TextBlock enthält. Der Standard ist eine leere Auflistung.

Gilt für: