共用方式為


TableLayoutSettings.LayoutEngine 屬性

定義

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

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

屬性值

目前正在使用的。LayoutEngine

備註

LayoutEngine 特性通常用於兩種情境:

  • 一個採用表格佈局的容器。

  • 包含在表格佈局容器中的控制項,例如位於 TableLayoutPanel.

適用於

另請參閱