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 按钮。

适用于

另请参阅