InlineCollection::FirstInline Property

 

Gets the first Inline element within this instance of InlineCollection.

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

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

Property Value

Type: System.Windows.Documents::Inline^

The first Inline element within this instance of InlineCollection.

.NET Framework
Available since 3.0
Return to top
Show: