Control.LayoutEngine 属性

定义

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

public:
 virtual property System::Windows::Forms::Layout::LayoutEngine ^ LayoutEngine { System::Windows::Forms::Layout::LayoutEngine ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get; }
[<System.ComponentModel.Browsable(false)>]
member this.LayoutEngine : System.Windows.Forms.Layout.LayoutEngine
Public Overridable ReadOnly Property LayoutEngine As LayoutEngine

属性值

LayoutEngine

控件内容的 LayoutEngine

属性

注解

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

适用于

另请参阅