Nevron .NET Vision
Nevron.UI Namespace / INBoundableElement Interface / ProposedBounds Property


In This Topic
    ProposedBounds Property (INBoundableElement)
    In This Topic
    Gets the bounds which the user tried to apply to the element. These may differ from the current bounds which are restricted by flags like AutoSizeMask, etc.
    Syntax
    'Declaration
     
    
    ReadOnly Property ProposedBounds As NRectangle
    'Usage
     
    
    Dim instance As INBoundableElement
    Dim value As NRectangle
     
    value = instance.ProposedBounds
    NRectangle ProposedBounds {get;}
    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