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


JustifyVertically Method
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)

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