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 通常用於兩個內容:使用配置配置的容器,以及套用配置配置之容器的子控制項。

適用於

另請參閱