TextBlock.Inlines プロパティ

定義

TextBlock の内容を構成する最上位レベルの Inline 要素を含む InlineCollection を取得します。

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

プロパティ値

TextBlock の内容を構成する Inline 要素を含む InlineCollection

注釈

このプロパティによって返される を InlineCollection 使用して、 の TextBlock内容を列挙または操作します。

適用対象