TextBlock.Inlines プロパティ

定義

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>

プロパティ値

TextBlock のすべてのインライン テキスト要素を保持するコレクション。 既定値は空のコレクションです。

適用対象