PreviousSibling Property

WebKit .NET

[This is preliminary documentation and is subject to change.]

Gets the node immediately preceding this one.

Namespace:  WebKit.DOM
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public Node PreviousSibling { get; }
Visual Basic (Declaration)
Public ReadOnly Property PreviousSibling As Node
Visual C++
public:
property Node^ PreviousSibling {
	Node^ get ();
}

See Also