TextBlock.Inlines Özellik

Tanım

içeriğini TextBlockoluşturan üst düzey Inline öğeleri içeren bir InlineCollection alır.

public:
 property System::Windows::Documents::InlineCollection ^ Inlines { System::Windows::Documents::InlineCollection ^ get(); };
public System.Windows.Documents.InlineCollection Inlines { get; }
member this.Inlines : System.Windows.Documents.InlineCollection
Public ReadOnly Property Inlines As InlineCollection

Özellik Değeri

InlineCollection içeriğini TextBlockoluşturan Inline öğeleri içeren.

Açıklamalar

Bir öğesinin InlineCollection içeriğini listelemek veya işlemek için bu özellik tarafından döndürülen öğesini TextBlockkullanın.

Şunlara uygulanır