TextBlock.Inlines 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取包含顶级 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的内容。