FrameworkElementFactory.FirstChild Property

Definition

Gets the first child factory.

public:
 property System::Windows::FrameworkElementFactory ^ FirstChild { System::Windows::FrameworkElementFactory ^ get(); };
public System.Windows.FrameworkElementFactory FirstChild { get; }
member this.FirstChild : System.Windows.FrameworkElementFactory
Public ReadOnly Property FirstChild As FrameworkElementFactory

Property Value

A FrameworkElementFactory the first child factory.

Applies to