Span.Inlines プロパティ

定義

Span の内容を構成する最上位レベルの 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

プロパティ値

InlineCollection

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

このプロパティには既定値はありません。

注釈

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

適用対象