Frame.FrameSibling Property (Microsoft.DirectX.Direct3D)

Retrieves the first sibling of the current frame in the hierarchy.

Definition

Visual Basic Public ReadOnly Property FrameSibling As Frame
C# public Frame FrameSibling { get; }
C++ public:
property Frame^ FrameSibling {
        Frame^ get();
}
JScript public function get FrameSibling() : Frame

Property Value

Microsoft.DirectX.Direct3D.Frame
A Frame object that represents the first sibling of the frame.

This property is read-only.