Block.SiblingBlocks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property System::Windows::Documents::BlockCollection ^ SiblingBlocks { System::Windows::Documents::BlockCollection ^ get(); };
public System.Windows.Documents.BlockCollection SiblingBlocks { get; }
member this.SiblingBlocks : System.Windows.Documents.BlockCollection
Public ReadOnly Property SiblingBlocks As BlockCollection
Property Value
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.
Remarks
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.