FrameworkElementFactory::FirstChild Property

 

Gets the first child factory.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property FrameworkElementFactory^ FirstChild {
	FrameworkElementFactory^ get();
}

Property Value

Type: System.Windows::FrameworkElementFactory^

A FrameworkElementFactory the first child factory.

.NET Framework
Available since 3.0
Return to top
Show: