FlowLayoutSettings.LayoutEngine 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前的流程配置引擎。
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 通常用於兩個內容:
使用流程配置的容器。
流程配置容器內含的控制項 (例如,包含在) 儲存格中的 FlowLayoutPanel 按鈕。