Nevron .NET Vision
Nevron.UI Namespace / NUIElement Class / OnLayoutSetBounds Method
The proposed bounds calculated by the layout engine.


In This Topic
    OnLayoutSetBounds Method (NUIElement)
    In This Topic
    Called by the layout engine when the bounds of the layoutable instance are ready to be applied.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnLayoutSetBounds( _
       ByRef proposedBounds As NRectangle _
    ) 
    'Usage
     
    
    Dim instance As NUIElement
    Dim proposedBounds As NRectangle
     
    instance.OnLayoutSetBounds(proposedBounds)
    public virtual void OnLayoutSetBounds( 
       ref NRectangle proposedBounds
    )

    Parameters

    proposedBounds
    The proposed bounds calculated by the layout engine.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also