InlineCollection.LastInline 属性

定义

获取此 Inline 实例中的最后一个 InlineCollection 元素。

public:
 property System::Windows::Documents::Inline ^ LastInline { System::Windows::Documents::Inline ^ get(); };
public System.Windows.Documents.Inline LastInline { get; }
member this.LastInline : System.Windows.Documents.Inline
Public ReadOnly Property LastInline As Inline

属性值

Inline 实例中的最后一个 InlineCollection 元素。

适用于