Click or drag to resize

VisualNextSibling Property

The next sibling of this visual, or null if this visual has no siblings.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 16.01.07
Syntax
C#
public Visual NextSibling { get; }

Property Value

Type: Visual
See Also