TextBlock.Inlines 属性

定义

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

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,前者构成 TextBlock 的内容。

注解

InlineCollection使用此属性返回的 枚举或操作 TextBlock的内容。

适用于