Block::SiblingBlocks Property
.NET Framework (current version)
Namespace:
System.Windows.Documents
Assembly: PresentationFramework (in PresentationFramework.dll)
Return to top
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Windows.Documents::BlockCollection^A BlockCollection that contains the child Block elements that are directly hosted by the parent of the current Block element, or null if the current Block element has no parent.
The BlockCollection returned by this property includes the Block element through which the collection is accessed; that is, the element that owns this property is considered to be its own sibling for the purposes of generating the collection of siblings.
.NET Framework
Available since 3.0
Available since 3.0
Show: