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 、通常、レイアウト スキームを使用するコンテナーと、レイアウト スキームが適用されるコンテナーの子コントロールの 2 つのコンテキストで使用されます。

適用対象

こちらもご覧ください