Span.Inlines 属性

定义

获取包含顶级 Inline 元素的 InlineCollection,前者构成 Span 的内容。

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

属性值

包含 Inline 元素的 InlineCollection,前者构成 Span 的内容。

此属性没有默认值。

注解

InlineCollection使用此属性返回的 来枚举或操作元素的内容Span

适用于