共用方式為


LayoutSettings.LayoutEngine 屬性

定義

使用目前的桌型佈局引擎。

public:
 virtual property System::Windows::Forms::Layout::LayoutEngine ^ LayoutEngine { System::Windows::Forms::Layout::LayoutEngine ^ get(); };
public virtual System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get; }
public virtual System.Windows.Forms.Layout.LayoutEngine? LayoutEngine { get; }
member this.LayoutEngine : System.Windows.Forms.Layout.LayoutEngine
Public Overridable ReadOnly Property LayoutEngine As LayoutEngine

屬性值

目前正在使用的。LayoutEngine

備註

LayoutEngine 屬性通常用於兩種情境:使用佈局方案的容器,以及該佈局方案所應用容器的子控制項。

適用於

另請參閱