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中所有內嵌文字專案的集合。 預設為空集合。

適用於