Inline::SiblingInlines Property
.NET Framework (current version)
Gets an InlineCollection that contains the Inline elements that are siblings (peers) to this element.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Windows.Documents::InlineCollection^An InlineCollection object that contains the Inline elements that are siblings to this element.
This property has no default value.
The collection returned by this property always contains the element through which the collection is requested. That is, an inline element is considered to be its own sibling for the purpose of building a collection of siblings for the element.
.NET Framework
Available since 3.0
Available since 3.0
Show: