FrameworkElementFactory.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

속성 값

FrameworkElementFactory

부모 팩터리인 FrameworkElementFactory입니다.

적용 대상