Node.PreviousSibling Property

Aspose.Note for .NET API

NodePreviousSibling Property

Gets the previous node at the same node tree level.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public INode PreviousSibling { get; }
Public ReadOnly Property PreviousSibling As INode
	Get
public:
virtual property INode^ PreviousSibling {
	INode^ get () sealed;
}
abstract PreviousSibling : INode with get
override PreviousSibling : INode with get

Property Value

Type: INode
The previous sibling.

Implements

INodePreviousSibling
See Also