FrameworkElementFactory::Parent Property

 

Gets the parent FrameworkElementFactory.

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

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

Property Value

Type: System.Windows::FrameworkElementFactory^

A FrameworkElementFactory that is the parent factory.

.NET Framework
Available since 3.0
Return to top
Show: