Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandDock Class / LayoutEngine Property

In This Topic
    LayoutEngine Property
    In This Topic
    Gets a cached instance of the control's layout engine.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property LayoutEngine As LayoutEngine
    public override LayoutEngine LayoutEngine {get;}

    Property Value

    The System.Windows.Forms.Layout.LayoutEngine for the control's contents.
    See Also