Control.LayoutEngine 属性

定义

获取控件的布局引擎的缓存实例。

C#
[System.ComponentModel.Browsable(false)]
public virtual System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get; }

属性值

LayoutEngine

控件内容的 LayoutEngine

属性

注解

LayoutEngine 属性获取控件子级的布局引擎,而不是为控件本身获取布局引擎。

适用于

产品 版本
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
Windows Desktop 3.0, 3.1, 5, 6, 7

另请参阅