共用方式為


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

備註

屬性 LayoutEngine 通常用於兩個內容:

  • 使用流程配置的容器。

  • 流程配置容器內含的控制項 (例如,包含在) 儲存格中的 FlowLayoutPanel 按鈕。

適用於

另請參閱