InlineCollection::LastInline Property

 

Gets the last Inline element within this instance of InlineCollection.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property Inline^ LastInline {
	Inline^ get();
}

Property Value

Type: System.Windows.Documents::Inline^

The last Inline element within this instance of InlineCollection.

.NET Framework
Available since 3.0
Return to top
Show: