TextBlock.Inlines Properti

Definisi

Mendapatkan koleksi elemen teks sebaris dalam 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>

Nilai Properti

Koleksi yang menyimpan semua elemen teks sebaris dari TextBlock. Defaultnya adalah koleksi kosong.

Berlaku untuk