ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockControlPanel Class / ArrangeOverride Method

In This Topic
    ArrangeOverride Method (C1DockControlPanel)
    In This Topic
    Provides the behavior for the "Arrange" pass of layout.
    Syntax
    'Declaration
     
    Protected Overrides Function ArrangeOverride( _
       ByVal finalSize As Size _
    ) As Size
    protected override Size ArrangeOverride( 
       Size finalSize
    )

    Parameters

    finalSize
    See Also