Frame.FrameSibling Property

Language:

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. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center