Inline::NextInline Property

 

Gets the next Inline element that is a peer to this element.

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

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

Property Value

Type: System.Windows.Documents::Inline^

An Inline object representing the next Inline element that is a peer to this element, or null if there is no next Inline element.

This property has no default value.

The following example shows how to use the NextInline property.

No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: