Control.LayoutEngine 속성

정의

컨트롤 레이아웃 엔진의 캐시된 인스턴스를 가져옵니다.

public:
 virtual property System::Windows::Forms::Layout::LayoutEngine ^ LayoutEngine { System::Windows::Forms::Layout::LayoutEngine ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get; }
[<System.ComponentModel.Browsable(false)>]
member this.LayoutEngine : System.Windows.Forms.Layout.LayoutEngine
Public Overridable ReadOnly Property LayoutEngine As LayoutEngine

속성 값

LayoutEngine

컨트롤의 내용에 대한 LayoutEngine입니다.

특성

설명

이 속성은 LayoutEngine 컨트롤 자체가 아닌 컨트롤의 자식에 대한 레이아웃 엔진을 가져옵니다.

적용 대상

추가 정보