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 按钮。