Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NCellBodyList Class / JustifyVertically Method


In This Topic
    JustifyVertically Method
    In This Topic
    Justifies the cells vertically
    Syntax
    'Declaration
     
    
    Public Sub JustifyVertically( _
       ByVal height As System.Single, _
       ByVal availableHeight As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NCellBodyList
    Dim height As System.Single
    Dim availableHeight As System.Single
     
    instance.JustifyVertically(height, availableHeight)
    public void JustifyVertically( 
       System.float height,
       System.float availableHeight
    )

    Parameters

    height
    availableHeight
    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