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

注解

LayoutEngine 属性通常用于两个上下文:使用布局方案的容器,以及应用布局方案的容器的子控件。

适用于

另请参阅