FrameworkElementFactory.Parent Property

Definition

Gets the parent FrameworkElementFactory.

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

Property Value

A FrameworkElementFactory that is the parent factory.

Applies to