Frame.FrameFirstChild Property (Microsoft.DirectX.Direct3D)
Retrieves the first child of the frame.
Definition
Visual Basic Public ReadOnly Property FrameFirstChild As Frame C# public Frame FrameFirstChild { get; } C++ public:
property Frame^ FrameFirstChild {
Frame^ get();
}JScript public function get FrameFirstChild() : Frame
Property Value
Microsoft.DirectX.Direct3D.Frame
A Frame object that represents the first child of the frame.This property is read-only.