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

注解

LayoutEngine 属性通常用于两个上下文:

  • 使用表布局的容器。

  • 表布局容器中包含的控件,如包含在单元格中的 TableLayoutPanel按钮。

适用于

另请参阅